[Python-apps-commits] r9787 - in packages/sabnzbdplus/trunk/debian (2 files)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Tue Jun 18 19:10:34 UTC 2013


    Date: Tuesday, June 18, 2013 @ 19:10:32
  Author: jcfp-guest
Revision: 9787

Init: remove redundant check.

Modified:
  packages/sabnzbdplus/trunk/debian/changelog
  packages/sabnzbdplus/trunk/debian/sabnzbdplus.init

Modified: packages/sabnzbdplus/trunk/debian/changelog
===================================================================
--- packages/sabnzbdplus/trunk/debian/changelog	2013-06-17 18:57:00 UTC (rev 9786)
+++ packages/sabnzbdplus/trunk/debian/changelog	2013-06-18 19:10:32 UTC (rev 9787)
@@ -1,3 +1,9 @@
+sabnzbdplus (0.7.13-2) UNRELEASED; urgency=low
+
+  * Init: remove redundant check.
+
+ -- JCF Ploemen (jcfp) <linux at jcf.pm>  Tue, 18 Jun 2013 21:09:11 +0200
+
 sabnzbdplus (0.7.13-1) unstable; urgency=low
 
   [ JCF Ploemen (jcfp) ]

Modified: packages/sabnzbdplus/trunk/debian/sabnzbdplus.init
===================================================================
--- packages/sabnzbdplus/trunk/debian/sabnzbdplus.init	2013-06-17 18:57:00 UTC (rev 9786)
+++ packages/sabnzbdplus/trunk/debian/sabnzbdplus.init	2013-06-18 19:10:32 UTC (rev 9787)
@@ -61,7 +61,7 @@
 	if [ -z "$USER" ]; then
 		. "$SETTINGS"
 
-		[ -z "$USER" ] || [ -z "${USER%:*}" ] && {
+		[ -z "${USER%:*}" ] && {
 			log_warning_msg "$DESC: service not enabled; edit $SETTINGS";
 			return 1;
 		}




More information about the Python-apps-commits mailing list