rpms/mailman/devel mailman-init.patch, NONE, 1.1 mailman.spec, 1.47, 1.48

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 10 12:43:00 UTC 2005


Author: harald

Update of /cvs/dist/rpms/mailman/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20377

Modified Files:
	mailman.spec 
Added Files:
	mailman-init.patch 
Log Message:
added help to the initscript (bug #162724)

mailman-init.patch:
 mailman.in |    4 ++++
 1 files changed, 4 insertions(+)

--- NEW FILE mailman-init.patch ---
--- mailman-2.1.6/misc/mailman.in.inithelp	2005-11-10 12:10:00.000000000 +0100
+++ mailman-2.1.6/misc/mailman.in	2005-11-10 12:22:15.000000000 +0100
@@ -139,5 +139,9 @@
     RETVAL=$?
     ;;
 
+*)
+    echo $"Usage: $prog {start|stop|restart|condrestart}"
+    ;;
+
 esac
 exit $RETVAL


Index: mailman.spec
===================================================================
RCS file: /cvs/dist/rpms/mailman/devel/mailman.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- mailman.spec	8 Jun 2005 20:06:10 -0000	1.47
+++ mailman.spec	10 Nov 2005 12:42:57 -0000	1.48
@@ -1,10 +1,11 @@
 Summary: Mailing list manager with built in Web access.
 Name: mailman
 Version: 2.1.6
-Release: 1.fc4
+Release: 2
 Epoch: 3
 Group: Applications/Internet
-Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz
+#Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz
+Source0: http://prdownloads.sourceforge.net/mailman/mailman-%{version}.tgz
 Source1: mm_cfg.py
 Source3: httpd-mailman.conf
 Source4: mailman.logrotate
@@ -17,6 +18,7 @@
 Patch4: mailman-cron.patch
 Patch5: mailman-FHS.patch
 Patch6: mailman-python-compile.patch
+Patch7: mailman-init.patch
 License: GPL
 URL: http://www.list.org/
 BuildRoot: %{_tmppath}/%{name}-root
@@ -88,6 +90,7 @@
 %patch4 -p1 -b .cron
 %patch5 -p1 -b .FHS
 %patch6 -p1 -b .python-compile
+%patch7 -p1 -b .inithelp
 
 cp $RPM_SOURCE_DIR/mailman.INSTALL.REDHAT.in INSTALL.REDHAT.in
 
@@ -321,6 +324,9 @@
 %attr(0644,root,%{mmgroup}) %config(noreplace) %{mmdir}/cron/crontab.in
 
 %changelog
+* Thu Nov 10 2005 Harald Hoyer <harald at redhat.com> - 3:2.1.6-2
+- added help to the initscript (bug #162724)
+
 * Wed Jun  8 2005 John Dennis <jdennis at redhat.com> - 3:2.1.6-1.fc4
 - initial port of 2.1.6
   remove mailman-2.1.5-moderator-request.patch, present in new release




More information about the fedora-cvs-commits mailing list