Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
Commits
26a84f11
Commit
26a84f11
authored
Aug 06, 2009
by
Antoine Beaupré
Browse files
proper rbash path
parent
33c574ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/alternc-slave.postinst
View file @
26a84f11
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment