Gentoo Archives: gentoo-commits

From: Christian Ruppert <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/
Date: Thu, 30 Jun 2011 18:22:14
Message-Id: 70a3a3cf39f5cf0efa888cf3a2a377ef08fd6f50.idl0r@gentoo
1 commit: 70a3a3cf39f5cf0efa888cf3a2a377ef08fd6f50
2 Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 18:13:39 2011 +0000
4 Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 18:21:48 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=70a3a3cf
7
8 Add --startas/-a back to the optstring
9
10 X-Gentoo-Bug: 373609
11 X-Gentoo-Bug-URL: https://bugs.gentoo.org/373609
12
13 ---
14 src/rc/start-stop-daemon.c | 2 +-
15 1 files changed, 1 insertions(+), 1 deletions(-)
16
17 diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c
18 index 204b46b..da2a81a 100644
19 --- a/src/rc/start-stop-daemon.c
20 +++ b/src/rc/start-stop-daemon.c
21 @@ -599,7 +599,7 @@ expand_home(const char *home, const char *path)
22 }
23
24 #include "_usage.h"
25 -#define getoptstring "I:KN:PR:Sbc:d:e:g:ik:mn:op:s:tu:r:w:x:1:2:" getoptstring_COMMON
26 +#define getoptstring "I:KN:PR:Sa:bc:d:e:g:ik:mn:op:s:tu:r:w:x:1:2:" getoptstring_COMMON
27 static const struct option longopts[] = {
28 { "ionice", 1, NULL, 'I'},
29 { "stop", 0, NULL, 'K'},