SPECS: argus.spec - homedir for argus is not needed, so as glen su...
alucard
alucard at pld-linux.org
Tue Feb 27 21:07:40 CET 2007
Author: alucard Date: Tue Feb 27 20:07:40 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- homedir for argus is not needed, so as glen suggested: /usr/share/empty
---- Files affected:
SPECS:
argus.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/argus.spec
diff -u SPECS/argus.spec:1.5 SPECS/argus.spec:1.6
--- SPECS/argus.spec:1.5 Tue Feb 27 16:33:25 2007
+++ SPECS/argus.spec Tue Feb 27 21:07:35 2007
@@ -2,7 +2,6 @@
# TODO
# - logrotate (or argusrotate)
# - configure without options not working
-# - argus user homedir doesn't exist (is not packaged), or keep it /usr/share/empty
#
# Conditional build:
%bcond_without tcp_wrappers # build with tcp_wrappers support
@@ -70,7 +69,7 @@
%pre
%groupadd -g 214 -r argus
-%useradd -M -o -r -u 214 -d /home/services/argus -s /bin/sh -g argus -c "argus daemon" argus
+%useradd -M -o -r -u 214 -d /usr/share/empty -s /bin/sh -g argus -c "argus daemon" argus
%post
/sbin/chkconfig --add %{name}
@@ -102,6 +101,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2007/02/27 20:07:35 alucard
+- homedir for argus is not needed, so as glen suggested: /usr/share/empty
+
Revision 1.5 2007/02/27 15:33:25 glen
- todo
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/argus.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list