rpms/up-imapproxy/devel imapproxy.init, 1.2, 1.3 up-imapproxy.spec, 1.14, 1.15

Rakesh Pandit rakesh at fedoraproject.org
Wed Feb 4 08:33:53 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/up-imapproxy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23010

Modified Files:
	imapproxy.init up-imapproxy.spec 
Log Message:
Patched buggy init script (David Rees, Bug 477096)


Index: imapproxy.init
===================================================================
RCS file: /cvs/pkgs/rpms/up-imapproxy/devel/imapproxy.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- imapproxy.init	31 Aug 2008 14:04:51 -0000	1.2
+++ imapproxy.init	4 Feb 2009 08:33:22 -0000	1.3
@@ -32,6 +32,7 @@
 start() {
 	[ -x $exec ] || exit 5
 	echo -n $"Starting up-imapproxy daemon: "
+	daemon $exec
 	RETVAL=$?
 	echo
 	[ $RETVAL -eq 0 ] && touch $lockfile


Index: up-imapproxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/up-imapproxy/devel/up-imapproxy.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- up-imapproxy.spec	18 Jan 2009 14:51:14 -0000	1.14
+++ up-imapproxy.spec	4 Feb 2009 08:33:22 -0000	1.15
@@ -1,7 +1,7 @@
 Name:           up-imapproxy
 Summary:        University of Pittsburgh IMAP Proxy
 Version:        1.2.7
-Release:        0.2.rc1%{?dist}
+Release:        0.3.rc1%{?dist}
 License:        GPLv2+
 Group:          System Environment/Daemons
 URL:            http://www.imapproxy.org
@@ -76,6 +76,9 @@
 %{_sbindir}/*
 
 %changelog
+* Tue Feb 04 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.2.7-0.3.rc1
+- Patched buggy init script (David Rees, Bug 477096)
+
 * Sun Jan 18 2009 Tomas Mraz <tmraz at redhat.com> 1.2.7-0.2.rc1
 - rebuild with new openssl
 




More information about the fedora-extras-commits mailing list