Package: initscripts Version: 2.88dsf-13.13 Severity: minor Tags: patch
/etc/init.d/skeleton contains a few odd mixes of tabs and spaces that make the alignment go off a bit. Since this file is supposed to be copied by others, it's worth fixing that so it doesn't propagate. See attached patch.
diff -u sysvinit-2.88dsf/debian/changelog sysvinit-2.88dsf/debian/changelog --- sysvinit-2.88dsf/debian/changelog +++ sysvinit-2.88dsf/debian/changelog @@ -1,3 +1,9 @@ +sysvinit (2.88dsf-13.14) UNRELEASED; urgency=low + + * Small whitespace cleanup in /etc/init.d/skeleton + + -- Peter Eisentraut <pet...@debian.org> Mon, 12 Dec 2011 19:04:38 +0200 + sysvinit (2.88dsf-13.13) unstable; urgency=low * Non-maintainer upload. diff -u sysvinit-2.88dsf/debian/src/initscripts/etc/init.d/skeleton sysvinit-2.88dsf/debian/src/initscripts/etc/init.d/skeleton --- sysvinit-2.88dsf/debian/src/initscripts/etc/init.d/skeleton +++ sysvinit-2.88dsf/debian/src/initscripts/etc/init.d/skeleton @@ -116,8 +116,8 @@ esac ;; status) - status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $? - ;; + status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $? + ;; #reload|force-reload) # # If do_reload() is not implemented then leave this commented out @@ -144,7 +144,7 @@ esac ;; *) - # Failed to stop + # Failed to stop log_end_msg 1 ;; esac