SPECS: vpopmail.spec - fix for useradd from pwdutils, rel. .2

ankry ankry at pld-linux.org
Wed Jun 7 20:49:50 CEST 2006


Author: ankry                        Date: Wed Jun  7 18:49:50 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix for useradd from pwdutils, rel. .2

---- Files affected:
SPECS:
   vpopmail.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/vpopmail.spec
diff -u SPECS/vpopmail.spec:1.18 SPECS/vpopmail.spec:1.19
--- SPECS/vpopmail.spec:1.18	Sun May  1 19:31:30 2005
+++ SPECS/vpopmail.spec	Wed Jun  7 20:49:45 2006
@@ -12,7 +12,7 @@
 Name:		vpopmail
 Version:	5.4.0
 %define	bver	rc1
-Release:	0.%{bver}.1
+Release:	0.%{bver}.2
 License:	GPL v2
 Group:		Networking/Daemons
 Source0:	http://dl.sourceforge.net/vpopmail/%{name}-%{version}-%{bver}.tar.gz
@@ -135,7 +135,7 @@
 
 %pre
 %groupadd -g 121 vchkpw
-%useradd -u 121 -g 121 -d /dev/null -s /bin/false -c "VPOPMAIL user" vpopmail
+%useradd -u 121 -g 121 -d /usr/share/empty -s /bin/false -c "VPOPMAIL user" vpopmail
 
 %postun
 if [ "$1" = "0" ]; then
@@ -162,6 +162,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2006/06/07 18:49:45  ankry
+- fix for useradd from pwdutils, rel. .2
+
 Revision 1.18  2005/05/01 17:31:30  glen
 - use %useradd/%groupadd macros
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/vpopmail.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list