From 26a84f118fdccf93471d4a9debc006c6d1bdc587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Thu, 6 Aug 2009 18:05:08 +0000 Subject: [PATCH] proper rbash path --- debian/alternc-slave.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/alternc-slave.postinst b/debian/alternc-slave.postinst index 93b7a4ed..0ab983bf 100644 --- a/debian/alternc-slave.postinst +++ b/debian/alternc-slave.postinst @@ -155,7 +155,7 @@ EOF echo "Reusing the alternc-mergelog account as a generic alternc account" # the uid is ugly. we should request allocation from # base-passwd instead - usermod --uid 342 --shell /usr/bin/rbash --login alternc alternc-mergelog + usermod --uid 342 --shell /bin/rbash --login alternc alternc-mergelog # this is a separate step otherwise usermod will look for # files to chown in /var/alternc, which takes a long time usermod --home $ALTERNC_LOC alternc @@ -168,7 +168,7 @@ EOF echo "Creating alternc account" # this uid is ugly. we should request allocation from # base-password instead - adduser --quiet --system --uid 342 --home $ALTERNC_LOC --shell /usr/bin/rbash --ingroup adm alternc + adduser --quiet --system --uid 342 --home $ALTERNC_LOC --shell /bin/rbash --ingroup adm alternc fi echo "config phpmyadmin"