rpms/up-imapproxy/F-10 imapproxy.init, 1.2, 1.3 up-imapproxy.spec, 1.13, 1.14

Rakesh Pandit rakesh at fedoraproject.org
Wed Feb 4 08:46:02 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/up-imapproxy/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24459

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/F-10/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:45:32 -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/F-10/up-imapproxy.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- up-imapproxy.spec	23 Oct 2008 14:17:48 -0000	1.13
+++ up-imapproxy.spec	4 Feb 2009 08:45:32 -0000	1.14
@@ -1,7 +1,7 @@
 Name:           up-imapproxy
 Summary:        University of Pittsburgh IMAP Proxy
 Version:        1.2.7
-Release:        0.1.rc1%{?dist}
+Release:        0.2.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.2.rc1
+- Patched buggy init script (David Rees, Bug 477096)
+
 * Thu Oct 23 2008 Rakesh Pandit <rakesh at fedoraproject.org> 1.2.7-0.1.rc1
 - fixed version and release fields (acc. to guidelines)
 




More information about the fedora-extras-commits mailing list