From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QcLsO-0000Q4-LN for garchives@archives.gentoo.org; Thu, 30 Jun 2011 18:22:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B881F1C004; Thu, 30 Jun 2011 18:21:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 80DD71C004 for ; Thu, 30 Jun 2011 18:21:57 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C99111B404C for ; Thu, 30 Jun 2011 18:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 18B2F8003C for ; Thu, 30 Jun 2011 18:21:56 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <70a3a3cf39f5cf0efa888cf3a2a377ef08fd6f50.idl0r@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/start-stop-daemon.c X-VCS-Directories: src/rc/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 70a3a3cf39f5cf0efa888cf3a2a377ef08fd6f50 Date: Thu, 30 Jun 2011 18:21:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 23f8d31cbcf431ad2131c5c57bf703da commit: 70a3a3cf39f5cf0efa888cf3a2a377ef08fd6f50 Author: Christian Ruppert gentoo org> AuthorDate: Thu Jun 30 18:13:39 2011 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Thu Jun 30 18:21:48 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D70a3a3cf Add --startas/-a back to the optstring X-Gentoo-Bug: 373609 X-Gentoo-Bug-URL: https://bugs.gentoo.org/373609 --- 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 204b46b..da2a81a 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) } =20 #include "_usage.h" -#define getoptstring "I:KN:PR:Sbc:d:e:g:ik:mn:op:s:tu:r:w:x:1:2:" getopt= string_COMMON +#define getoptstring "I:KN:PR:Sa:bc:d:e:g:ik:mn:op:s:tu:r:w:x:1:2:" geto= ptstring_COMMON static const struct option longopts[] =3D { { "ionice", 1, NULL, 'I'}, { "stop", 0, NULL, 'K'},