summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris2016-07-12 13:23:40 +0100
committerChris2016-07-12 13:23:40 +0100
commitdf2bc7f54b46a7de076cd9eda4a8b4ca5971d1ed (patch)
treeeb926f0b0dc603ffe2ca1bcfdb44c82948fc1e54
parentb8768c6a9d97fa330e9f6dfe806be7b35e46f8ad (diff)
downloadaur-df2bc7f54b46a7de076cd9eda4a8b4ca5971d1ed.tar.gz
nicer spacing
-rw-r--r--sudo-masochist.install14
1 files changed, 7 insertions, 7 deletions
diff --git a/sudo-masochist.install b/sudo-masochist.install
index ef941ed7aa9e..ef1330867797 100644
--- a/sudo-masochist.install
+++ b/sudo-masochist.install
@@ -2,13 +2,13 @@ post_install() {
if type -P systemd-tmpfiles >/dev/null; then
systemd-tmpfiles --create sudo.conf
fi
- printf "#####################################################################################\n"
- printf "# I hope you weren't dumb enough to disable the root password! #\n"
- printf "# Your old config is stored at /etc/sudoers.pacsave should you want to restore it. #\n"
- printf "# Don't forget to add 'Defaults !lecture,tty_tickets,insults' to your sudoers file. #\n"
- printf "# Type your sudo password wrong and it will make you cry. #\n"
- printf "# Also, reinstall every now and again im adding insults all the time. #\n"
- printf "#####################################################################################\n"
+ printf " #####################################################################################\n"
+ printf " # I hope you weren't dumb enough to disable the root password! #\n"
+ printf " # Your old config is stored at /etc/sudoers.pacsave should you want to restore it. #\n"
+ printf " # Don't forget to add 'Defaults !lecture,tty_tickets,insults' to your sudoers file. #\n"
+ printf " # Type your sudo password wrong and it will make you cry. #\n"
+ printf " # Also, reinstall every now and again im adding insults all the time. #\n"
+ printf " #####################################################################################\n"
}
pre_upgrade() {