diff options
author | Jesse Young <jlyo@jlyo.org> | 2011-11-25 12:46:26 -0600 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-01 07:15:51 +0000 |
commit | ae1967b66eba132dd8c9fa5b5f57712d012b6647 (patch) | |
tree | fca1c166178cd340ea41b6d3794cf58c4152f2f4 /testing/cluster-glue | |
parent | 379338be8b4cd31b24080f7f01ae14fe124a84ae (diff) | |
download | aports-ae1967b66eba132dd8c9fa5b5f57712d012b6647.tar.bz2 aports-ae1967b66eba132dd8c9fa5b5f57712d012b6647.tar.xz |
Replace instances of "--chuid" to "--user" in initd scripts
Fixes #776
Signed-off-by: Jesse Young <jlyo@jlyo.org>
Diffstat (limited to 'testing/cluster-glue')
-rw-r--r-- | testing/cluster-glue/ha_logd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cluster-glue/ha_logd.initd b/testing/cluster-glue/ha_logd.initd index 3d318e7ae5..13a5bf321a 100644 --- a/testing/cluster-glue/ha_logd.initd +++ b/testing/cluster-glue/ha_logd.initd @@ -27,7 +27,7 @@ start() { --quiet --start --chdir "${RUNTIMEDIR}" \ --pidfile "${PIDFILE}" \ --make-pidfile \ - --exec ${BINARY} ${COMMAND_ARGS} --chuid "${USER}:${GROUP}" \ + --exec ${BINARY} ${COMMAND_ARGS} --user "${USER}:${GROUP}" \ ${PARAMS} eend $? } |