OpenRC: add -devel subpkg, use orig rc.conf. Bumprev.

--HG--
extra : convert_revision : b741040c975fbf1b34157a5ca3422610db852561
This commit is contained in:
Juan RP
2009-12-05 03:37:44 +01:00
parent d5cc05cd5a
commit f1711e83f0
5 changed files with 51 additions and 60 deletions

View File

@@ -4,7 +4,6 @@ xbps changes:
a global system locale.
* Adds consolefont by default in "boot" runlevel.
* Modified inittab to pass correct parameters to reboot(8).
* Build fix for kernel>=2.6.30
* Sets unicode, rc_logger and rc_shell in /etc/rc.conf by default.
* Sets windowkeys and fix_euro in /etc/conf.d/keymaps by default.
* In local service, start/stop vmware-tools services if script exists.
@@ -64,47 +63,6 @@ xbps changes:
# To fix this, set to "yes"
-fix_euro="NO"
+fix_euro="yes"
--- etc/rc.conf.in.orig 2009-06-05 10:20:11.000000000 +0200
+++ etc/rc.conf.in 2009-10-09 18:12:16.137121909 +0200
@@ -1,5 +1,9 @@
-# Global OpenRC configuration settings
-
+# Global OpenRC default configuration settings.
+#
+# WARNING: if you want to change these settings, use
+# /etc/rc.conf. This file sets global default settings and
+# they MUST be overwritten in /etc/rc.conf instead.
+#
# Set to "YES" if you want the rc system to try and start services
# in parallel for a slight speed improvement. When running in parallel we
# prefix the service output with it's name as the output will get
@@ -18,7 +22,7 @@
# If not specified we use $SHELL, otherwise the one specified in /etc/passwd,
# otherwise /bin/sh
# Linux users could specify /sbin/sulogin
-#rc_shell=/bin/sh
+rc_shell=/sbin/sulogin
# Do we allow any started service in the runlevel to satisfy the depedency
# or do we want all of them regardless of state? For example, if net.eth0
@@ -44,7 +48,7 @@
# /var/log/rc.log
# NOTE: Linux systems require the devfs service to be started before
# logging can take place and as such cannot log the sysinit runlevel.
-#rc_logger="YES"
+rc_logger="YES"
# By default we filter the environment for our running scripts. To allow other
# variables through, add them here. Use a * to allow all variables through.
@@ -73,7 +77,7 @@
# There variables are shared between many init scripts
# Set unicode to YES to turn on unicode support for keyboards and screens.
-#unicode="NO"
+unicode="YES"
# Network fstypes. Below is the default.
net_fs_list="afs cifs coda davfs fuse gfs ncpfs nfs nfs4 ocfs2 shfs smbfs"
--- conf.d/staticroute.Linux.orig 2009-10-21 10:58:05.000000000 +0200
+++ conf.d/staticroute.Linux 2009-10-21 10:58:17.000000000 +0200
@@ -1,2 +1,3 @@
@@ -159,3 +117,32 @@ xbps changes:
# We should always return 0
return 0
}
--- etc/rc.conf.in.orig 2009-12-05 03:30:48.675483763 +0100
+++ etc/rc.conf.in 2009-12-05 03:31:13.034222373 +0100
@@ -18,7 +18,7 @@
# If not specified we use $SHELL, otherwise the one specified in /etc/passwd,
# otherwise /bin/sh
# Linux users could specify /sbin/sulogin
-#rc_shell=/bin/sh
+rc_shell=/sbin/sulogin
# Do we allow any started service in the runlevel to satisfy the depedency
# or do we want all of them regardless of state? For example, if net.eth0
@@ -44,7 +44,7 @@
# /var/log/rc.log
# NOTE: Linux systems require the devfs service to be started before
# logging can take place and as such cannot log the sysinit runlevel.
-#rc_logger="YES"
+rc_logger="YES"
# By default we filter the environment for our running scripts. To allow other
# variables through, add them here. Use a * to allow all variables through.
@@ -73,7 +73,7 @@
# There variables are shared between many init scripts
# Set unicode to YES to turn on unicode support for keyboards and screens.
-#unicode="NO"
+unicode="YES"
# Network fstypes. Below is the default.
net_fs_list="afs cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre ncpfs nfs nfs4 ocfs2 shfs smbfs"