From a90cd831a72ec96d61a1c82b7cb61f2fd12cb2b5 Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Mon, 18 Feb 2013 18:23:06 +0000 Subject: [PATCH] Enjolivement --- debian/alternc.postinst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/alternc.postinst b/debian/alternc.postinst index 92bd97f2..902d108f 100644 --- a/debian/alternc.postinst +++ b/debian/alternc.postinst @@ -259,12 +259,14 @@ EOF chmod 0440 /etc/sudoers.d/alternc-sudoers if ! grep -q '#includedir /etc/sudoers.d' "/etc/sudoers"; then echo "*************************************************" + echo "* *" echo "* /!\ WARNING /!\ *" echo "* Please add yourself the following directive : *" echo "* #includedir /etc/sudoers.d *" echo "* in file /etc/sudoers (use visudo command) *" echo "* Else you'll have troubles with some features *" echo "* of AlternC *" + echo "* *" echo "*************************************************" fi else @@ -279,8 +281,13 @@ EOF # instead of preinst, we launch it here : /usr/lib/alternc/fixperms.sh echo "**********************************************" + echo "* *" + echo "* /!\ /!\ *" echo "* ALTERNC: *" echo "* Please run alternc.install to fully deploy *" + echo "* *" + echo "* *" + echo "* *" echo "**********************************************" ;;