diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-06-30 20:13:39 +0200 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-06-30 20:21:48 +0200 |
commit | 70a3a3cf39f5cf0efa888cf3a2a377ef08fd6f50 (patch) | |
tree | d1e546071ec913eef86d470adc53a6a37dc24920 /src/rc/start-stop-daemon.c | |
parent | d0bc4f20adfe4392639ddda6721850fdc74ea123 (diff) |
Add --startas/-a back to the optstring
X-Gentoo-Bug: 373609
X-Gentoo-Bug-URL: https://bugs.gentoo.org/373609
Diffstat (limited to 'src/rc/start-stop-daemon.c')
-rw-r--r-- | src/rc/start-stop-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c index 204b46bf..da2a81af 100644 --- a/src/rc/start-stop-daemon.c +++ b/src/rc/start-stop-daemon.c @@ -599,7 +599,7 @@ expand_home(const char *home, const char *path) } #include "_usage.h" -#define getoptstring "I:KN:PR:Sbc:d:e:g:ik:mn:op:s:tu:r:w:x:1:2:" getoptstring_COMMON +#define getoptstring "I:KN:PR:Sa:bc:d:e:g:ik:mn:op:s:tu:r:w:x:1:2:" getoptstring_COMMON static const struct option longopts[] = { { "ionice", 1, NULL, 'I'}, { "stop", 0, NULL, 'K'}, |