rpms/moomps/devel moomps.spec,1.2,1.3

Jean-Luc Fontaine (jfontain) fedora-extras-commits at redhat.com
Sun Jun 5 17:27:16 UTC 2005


Author: jfontain

Update of /cvs/extras/rpms/moomps/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5338

Modified Files:
	moomps.spec 
Log Message:
in pre installation script, create a system account with a better comment.



Index: moomps.spec
===================================================================
RCS file: /cvs/extras/rpms/moomps/devel/moomps.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- moomps.spec	26 May 2005 19:39:10 -0000	1.2
+++ moomps.spec	5 Jun 2005 17:27:14 -0000	1.3
@@ -1,6 +1,6 @@
 Name: moomps
 Version: 5.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Powerful modular monitoring service
 Group: Applications/System
 License: GPL
@@ -38,7 +38,7 @@
 %pre
 # if not present, add moomps user (even when upgrading):
 if ! %_sbindir/usermod -l moomps moomps 2>/dev/null; then
-    %_sbindir/useradd -M moomps -d /srv/moomps -c 'moodss service'\
+    %_sbindir/useradd -r moomps -d /srv/moomps -c 'service companion to moodss'\
         -s '/sbin/nologin'
 fi
 
@@ -78,6 +78,9 @@
 
 %changelog
 
+* Sun Jun 5 2005 Jean-Luc Fontaine <jfontain at free.fr> 5.1-2
+- in pre installation script, create a system account with a better comment
+
 * Sun May 22 2005 Jean-Luc Fontaine <jfontain at free.fr> 5.1-1
 - 5.1 source release
 




More information about the fedora-extras-commits mailing list