[Glibc-bsd-commits] r3386 - trunk/freebsd-moused/debian

Guillem Jover guillem at alioth.debian.org
Tue May 31 04:15:46 UTC 2011


Author: guillem
Date: 2011-05-31 04:15:45 +0000 (Tue, 31 May 2011)
New Revision: 3386

Modified:
   trunk/freebsd-moused/debian/changelog
   trunk/freebsd-moused/debian/init
Log:
Add an LSB description header to the init script


Modified: trunk/freebsd-moused/debian/changelog
===================================================================
--- trunk/freebsd-moused/debian/changelog	2011-05-31 04:06:37 UTC (rev 3385)
+++ trunk/freebsd-moused/debian/changelog	2011-05-31 04:15:45 UTC (rev 3386)
@@ -13,6 +13,7 @@
   * Update copyright file with actual license and copyright information.
   * Package adopted by the GNU/kFreeBSD Maintainers.
     Thanks to Robert Millan for all the work done on this package.
+  * Add an LSB description header to the init script.
 
  -- Guillem Jover <guillem at debian.org>  Thu, 30 Apr 2009 20:57:46 +0200
 

Modified: trunk/freebsd-moused/debian/init
===================================================================
--- trunk/freebsd-moused/debian/init	2011-05-31 04:06:37 UTC (rev 3385)
+++ trunk/freebsd-moused/debian/init	2011-05-31 04:15:45 UTC (rev 3386)
@@ -1,14 +1,13 @@
 #! /bin/sh
-#
-# skeleton	example file to build /etc/init.d/ scripts.
-#		This file should be used to construct scripts for /etc/init.d.
-#
-#		Written by Miquel van Smoorenburg <miquels at cistron.nl>.
-#		Modified for Debian
-#		by Ian Murdock <imurdock at gnu.ai.mit.edu>.
-#
-# Version:	@(#)skeleton  1.9  26-Feb-2001  miquels at cistron.nl
-#
+### BEGIN INIT INFO
+# Provides:          moused freebsd-moused
+# Required-Start:    $local_fs $remote_fs
+# Required-Stop:     $local_fs $remote_fs
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: moused sysv init script
+# Description:       Start the console mouse daemon
+### END INIT INFO
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 DAEMON=/usr/sbin/moused




More information about the Glibc-bsd-commits mailing list