From 1cb10b99c0d4de8c32e40fa3bda35f4452c5177e Mon Sep 17 00:00:00 2001 From: fbt Date: Thu, 27 Feb 2014 08:27:29 +0400 Subject: [PATCH] ladfj --- etc/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.conf b/etc/rc.conf index 1961c22..68b4639 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -11,7 +11,7 @@ cfg_hostname='changeme' # Services to start at boot time cfg_services+=( 'mount' 'udev' 'rc.local' ) # You probably do need these cfg_services+=( '@syslog-ng' '@crond' '@network' '@sshd' '@dbus' '@alsa' ) # Services starting with '@' start in background. -# cfg_services+=( %agetty-tty{2..6} ) +# cfg_services+=( %agetty-tty{2..6} ) # Services starting with '%' are restarted if the die. # Modules to be loaded at boot time. Most people don't need this #cfg_modules=( 'tun' )