Drop service script v1.1.22
authorMichael Prokop <mika@grml.org>
Wed, 24 Jun 2009 09:34:49 +0000 (11:34 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 24 Jun 2009 09:35:40 +0000 (11:35 +0200)
debian/changelog
manpages/grml-scripts.1
usr_sbin/service [deleted file]

index e2c3c98..aa5b839 100644 (file)
@@ -1,3 +1,10 @@
+grml-scripts (1.1.22) unstable; urgency=low
+
+  * Drop the simple service wrapper script, as sysvinit 2.86.ds1-62
+    provides /usr/sbin/service now.
+
+ -- Michael Prokop <mika@grml.org>  Wed, 24 Jun 2009 11:33:43 +0200
+
 grml-scripts (1.1.21) unstable; urgency=low
 
   * wm-ng: start gkrellm on the right side of the screen by default
index 782cefd..d8e1782 100644 (file)
@@ -3,7 +3,6 @@
 .\" Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 .\" Bug-Reports:   see http://grml.org/bugs/
 .\" License:       This file is licensed under the GPL v2.
-.\" Latest change: Don Sep 20 17:18:50 CEST 2007 [mika]
 .\"###############################################################################
 
 .\"###############################################################
@@ -195,8 +194,6 @@ Set up a ramdisk.
 Set up a tmpfs.
 .SS PrintAnalyzer
 Generate some stats from cups page_log file.
-.SS service
-Wrapper script for /etc/init.d/-scripts. Use it e.g. via 'service postfix start'.
 .SS suspenduser.sh
 Suspend a user account for the indefinite future.
 .SS unblacklist
@@ -209,6 +206,6 @@ See http://grml.org/bugs/ for further information.
 Thank you!
 
 .SH "COPYRIGHT"
-Copyright \(co 2004-2006 by the grml-team.
+Copyright \(co 2004-2009 by the grml-team.
 .\"###### END OF FILE ##########################################################
 .\" vim:tw=60
diff --git a/usr_sbin/service b/usr_sbin/service
deleted file mode 100755 (executable)
index 948325a..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-# Filename:      service
-# Purpose:       small wrapper script for /etc/init.d/-script
-# Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
-# Bug-Reports:   see http://grml.org/bugs/
-# License:       This file is licensed under the GPL v2.
-# Latest change: Son Aug 07 12:17:00 CEST 2005 [mika]
-################################################################################
-
-/etc/init.d/$*
-
-## END OF FILE #################################################################