Control: tag -1 pending

Dear maintainer,

I've prepared an NMU for cpushare (versioned as 0.48-4.1) and uploaded
it to DELAYED/2.  Please feel free to tell me if I should delay it
longer.

Regards,

-- 
Colin Watson                                       [[email protected]]
diff -u cpushare-0.48/debian/cpushare.init cpushare-0.48/debian/cpushare.init
--- cpushare-0.48/debian/cpushare.init
+++ cpushare-0.48/debian/cpushare.init
@@ -39,7 +39,7 @@
 case "$1" in
   start)
 	log_begin_msg "Starting CPUShare daemon..."
-	if ! su nobody -c /usr/lib/cpushare/seccomp-test >/dev/null 2>&1; then
+	if ! su nobody -s /bin/sh -c /usr/lib/cpushare/seccomp-test >/dev/null 2>&1; then
 	    log_begin_msg " kernel was not built with CONFIG_SECCOMP=y"
 	    log_end_msg 1
 	    exit 0
diff -u cpushare-0.48/debian/changelog cpushare-0.48/debian/changelog
--- cpushare-0.48/debian/changelog
+++ cpushare-0.48/debian/changelog
@@ -1,3 +1,11 @@
+cpushare (0.48-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Pass "-s /bin/sh" to "su nobody" to cope with the change of nobody's
+    shell in base-passwd 3.5.30 (closes: #734715).
+
+ -- Colin Watson <[email protected]>  Fri, 17 Jan 2014 11:57:04 +0000
+
 cpushare (0.48-4) unstable; urgency=low
 
   * debian/.noinit: added content to this file because dpkg-buildpackage

Reply via email to