]> git.pld-linux.org Git - packages/argus.git/commitdiff
- homedir for argus is not needed, so as glen suggested: /usr/share/empty
authoralucard <alucard@pld-linux.org>
Tue, 27 Feb 2007 20:07:35 +0000 (20:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    argus.spec -> 1.6

argus.spec

index 7e9d16fc6d6206975b9f338d3cd28342a31fa3c2..8b416319b622687e71fc3d68a03e36fe5247ac53 100644 (file)
@@ -1,7 +1,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
@@ -69,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %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}
This page took 0.08834 seconds and 4 git commands to generate.