[Pkg-sysvinit-commits] r743 - in sysvinit/trunk/debian: . share

Henrique de Moraes Holschuh hmh at costa.debian.org
Thu Feb 9 11:32:27 UTC 2006


Author: hmh
Date: 2006-02-09 11:32:25 +0000 (Thu, 09 Feb 2006)
New Revision: 743

Added:
   sysvinit/trunk/debian/share/inittab.s390-linux-gnu
Removed:
   sysvinit/trunk/debian/share/inittab.s390-linux
Modified:
   sysvinit/trunk/debian/changelog
Log:
Rename S390 inittab so as it gets installed

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-02-07 21:13:10 UTC (rev 742)
+++ sysvinit/trunk/debian/changelog	2006-02-09 11:32:25 UTC (rev 743)
@@ -53,8 +53,12 @@
   [ Ruben Porras / TH ]
   * Fix typos in Spanish update-rc.d(8)  (Closes: #349805)
 
- -- Thomas Hood <jdthood at yahoo.co.uk>  Mon, 23 Jan 2006 11:24:47 +0100
+  [ Henrique de Moraes Holschuh ]
+  * [S390] rename inittab.s390-linux to inittab.s390-linux-gnu, so that
+    it gets installed (Closes: #351871)
 
+ -- Henrique de Moraes Holschuh <hmh at debian.org>  Thu,  9 Feb 2006 09:27:51 -0200
+
 sysvinit (2.86.ds1-11) unstable; urgency=low
 
   [ Thomas Hood ]

Deleted: sysvinit/trunk/debian/share/inittab.s390-linux
===================================================================
--- sysvinit/trunk/debian/share/inittab.s390-linux	2006-02-07 21:13:10 UTC (rev 742)
+++ sysvinit/trunk/debian/share/inittab.s390-linux	2006-02-09 11:32:25 UTC (rev 743)
@@ -1,63 +0,0 @@
-# /etc/inittab: init(8) configuration.
-# $Id: inittab.s390,v 1.9 2000/01/10 10:15:30 miquels Exp $
-
-# The default runlevel.
-id:2:initdefault:
-
-# Boot-time system configuration/initialization script.
-# This is run first except when booting in emergency (-b) mode.
-si::sysinit:/etc/init.d/rcS
-
-# What to do in single-user mode.
-~~:S:wait:/sbin/sulogin
-
-# /etc/init.d executes the S and K scripts upon change
-# of runlevel.
-#
-# Runlevel 0 is halt.
-# Runlevel 1 is single-user.
-# Runlevels 2-5 are multi-user.
-# Runlevel 6 is reboot.
-
-l0:0:wait:/etc/init.d/rc 0
-l1:1:wait:/etc/init.d/rc 1
-l2:2:wait:/etc/init.d/rc 2
-l3:3:wait:/etc/init.d/rc 3
-l4:4:wait:/etc/init.d/rc 4
-l5:5:wait:/etc/init.d/rc 5
-l6:6:wait:/etc/init.d/rc 6
-# Normally not reached, but fallthrough in case of emergency.
-z6:6:respawn:/sbin/sulogin
-
-# What to do when CTRL-ALT-DEL is pressed.
-ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
-
-# Action on special keypress (ALT-UpArrow).
-kb::kbrequest:/bin/echo "Keyboard Request--edit /etc/inittab to let this work."
-
-# What to do when the power fails/returns.
-pf::powerwait:/etc/init.d/powerfail start
-pn::powerfailnow:/etc/init.d/powerfail now
-po::powerokwait:/etc/init.d/powerfail stop
-
-# /sbin/getty invocations for the runlevels.
-#
-# The "id" field MUST be the same as the last
-# characters of the device (after "tty").
-#
-# Format:
-#  <id>:<runlevels>:<action>:<process>
-#
-# The s390 only has a dumb terminal on /dev/console.
-#
-1:2345:respawn:/sbin/getty 38400 console dumb
-
-# Example how to put a getty on a serial line (for a terminal)
-#
-#T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100
-#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100
-
-# Example how to put a getty on a modem line.
-#
-#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3
-

Copied: sysvinit/trunk/debian/share/inittab.s390-linux-gnu (from rev 742, sysvinit/trunk/debian/share/inittab.s390-linux)




More information about the Pkg-sysvinit-commits mailing list