SPECS: argus.spec - indeed, -M -o -r options where unnecessary
alucard
alucard at pld-linux.org
Tue Feb 27 22:26:21 CET 2007
Author: alucard Date: Tue Feb 27 21:26:21 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- indeed, -M -o -r options where unnecessary
---- Files affected:
SPECS:
argus.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SPECS/argus.spec
diff -u SPECS/argus.spec:1.12 SPECS/argus.spec:1.13
--- SPECS/argus.spec:1.12 Tue Feb 27 21:56:44 2007
+++ SPECS/argus.spec Tue Feb 27 22:26:16 2007
@@ -1,7 +1,6 @@
# $Revision$, $Date$
# TODO
# - configure without options not working
-# - useradd -o should not be allowed! -M is nonstandard, -r has no point if -u is used (also kill other unneccessary opts)
#
# Conditional build:
%bcond_without tcp_wrappers # build with tcp_wrappers support
@@ -10,7 +9,7 @@
%define _ver_major 3.0
%define _ver_minor 0
%define _rc rc.40
-%define _rel 0.2
+%define _rel 0.3
Summary: Real time network flow monitor
Summary(pl.UTF-8): Monitor obciążenia sieci czasu rzeczywistego
Name: argus
@@ -78,8 +77,8 @@
rm -rf $RPM_BUILD_ROOT
%pre
-%groupadd -g 214 -r argus
-%useradd -M -o -r -u 214 -d /usr/share/empty -s /bin/sh -g argus -c "argus daemon" argus
+%groupadd -g 214 argus
+%useradd -u 214 -d /usr/share/empty -s /bin/sh -g argus -c "argus daemon" argus
%post
/sbin/chkconfig --add %{name}
@@ -112,6 +111,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2007/02/27 21:26:16 alucard
+- indeed, -M -o -r options where unnecessary
+
Revision 1.12 2007/02/27 20:56:44 glen
- update todo
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/argus.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list