Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=246be3142f8b9a8717d20fec1953a26331871670

commit 246be3142f8b9a8717d20fec1953a26331871670
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Fri May 6 01:21:23 2011 +0200

sysvinit-2.88-8-i686

- update inittab to reflect systemd changes

diff --git a/source/base-extra/sysvinit/FrugalBuild 
b/source/base-extra/sysvinit/FrugalBuild
index 305878f..b777c07 100644
--- a/source/base-extra/sysvinit/FrugalBuild
+++ b/source/base-extra/sysvinit/FrugalBuild
@@ -4,7 +4,7 @@
pkgname=sysvinit
pkgver=2.88
pkgextraver=dsf
-pkgrel=7
+pkgrel=8
pkgdesc="Init, the parent of all processes"
url="ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/";
depends=()
@@ -39,7 +39,7 @@ sha1sums=('f2ca149df1314a91f3007cccd7a0aa47d990de26' \
'2da5b17f95c2331eda19daa6aede672a4d872b73' \
'83e5879898d7750b157552606a62f0f7bf1f0c97' \
'f16abb4a07b323a739b5b12d24d793559a22192d' \
-          '7bcd997c7da95785feb21bc169a539429393942f' \
+          '8322ba55d54522ffb2963c5503a44f774b04fe9a' \
'29ad61caa6b0c83b1299a03a742a76a614345231' \
'513b3fe42c714738af40596987a4fae71ae820d6' \
'173c5d41d3fe58ba9a12711d63dfab31c2db8f09' \
diff --git a/source/base-extra/sysvinit/inittab 
b/source/base-extra/sysvinit/inittab
index 9d66239..e78d420 100644
--- a/source/base-extra/sysvinit/inittab
+++ b/source/base-extra/sysvinit/inittab
@@ -1,76 +1,15 @@
+# inittab is no longer used when using systemd.
#
-# inittab      This file describes how the INIT process should set up
-#              the system in a certain run-level.
+# ADDING CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM.
#
-# Version:     @(#)inittab             2.04    17/05/93        MvS
-#                                       2.10    02/10/95        PV
-#                                       3.00    02/06/1999      PV
-#                                       4.00    04/10/2002      PV
-#                                       4.01    28/07/2004      VM
+# Ctrl-Alt-Delete is handled by /etc/systemd/system/ctrl-alt-del.target
#
-# Modified by:  Vajna Miklos <vmik...@frugalware.org>
-# Modified by: Patrick J. Volkerding, <volke...@slackware.com>
-# Author:      Miquel van Smoorenburg, <miqu...@drinkel.nl.mugnet.org>
+# systemd uses 'targets' instead of runlevels. By default, there are two main 
targets:
+#
+# multi-user.target: analogous to runlevel 3
+# graphical.target: analogous to runlevel 4
+#
+# To set a default target, run:
+#
+# ln -s /lib/systemd/system/<target name>.target 
/etc/systemd/system/default.target
#
-
-# These are the default runlevels in Frugalware:
-#   0 = halt
-#   1 = single user mode
-#   2 = unused (but configured the same as runlevel 3)
-#   3 = multiuser mode (text mode)
-#   4 = X11 with KDM/GDM/XDM (default Frugalware runlevel)
-#   5 = unused (but configured the same as runlevel 3)
-#   6 = reboot
-
-# Default runlevel. (Do not set to 0 or 6)
-id:4:initdefault:
-
-# System initialization (runs when system boots).
-si:S:sysinit:/etc/rc.d/rc.S
-
-# Script to run when going single user (runlevel 1).
-su:1S:wait:/etc/rc.d/rc.K
-
-# Script to run when going multi user.
-rc:2345:wait:/etc/rc.d/rc.M
-
-# What to do at the "Three Finger Salute".
-ca::ctrlaltdel:/sbin/shutdown -t5 -r now
-
-# Runlevel 0 halts the system.
-l0:0:wait:/etc/rc.d/rc.0
-
-# Runlevel 6 reboots the system.
-l6:6:wait:/etc/rc.d/rc.6
-
-# What to do when power fails.
-pf::powerfail:/sbin/genpowerfail start
-
-# If power is back, cancel the running shutdown.
-pg::powerokwait:/sbin/genpowerfail stop
-
-# These are the standard console login getties in multiuser mode:
-c1:12345:respawn:/sbin/frugalwaregetty 38400 tty1 linux
-c2:12345:respawn:/sbin/frugalwaregetty 38400 tty2 linux
-c3:12345:respawn:/sbin/frugalwaregetty 38400 tty3 linux
-c4:12345:respawn:/sbin/frugalwaregetty 38400 tty4 linux
-c5:12345:respawn:/sbin/frugalwaregetty 38400 tty5 linux
-c6:12345:respawn:/sbin/frugalwaregetty 38400 tty6 linux
-c7:12345:respawn:/sbin/frugalwaregetty 38400 tty7 linux
-c8:12345:respawn:/sbin/frugalwaregetty 38400 tty8 linux
-c9:12345:respawn:/sbin/frugalwaregetty 38400 tty9 linux
-c10:12345:respawn:/sbin/frugalwaregetty 38400 tty10 linux
-c11:12345:respawn:/sbin/frugalwaregetty 38400 tty11 linux
-
-# Local serial lines:
-#s1:12345:respawn:/sbin/agetty -L ttyS0 9600 vt100
-#s2:12345:respawn:/sbin/agetty -L ttyS1 9600 vt100
-
-# Dialup lines:
-#d1:12345:respawn:/sbin/agetty -mt60 38400,19200,9600,2400,1200 ttyS0 vt100
-#d2:12345:respawn:/sbin/agetty -mt60 38400,19200,9600,2400,1200 ttyS1 vt100
-
-# Script to run when using an X window system.
-x1:4:wait:/etc/rc.d/rc.4
-
-# End of /etc/inittab
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to