root[stillborn]# ls -l /etc/rc.d/rc.M*
-rwxr-xr-x 1 root root 11403 2009-08-23 22:17 /etc/rc.d/rc.M
-rwxr-xr-x 1 root root 11530 2009-08-31 16:26 /etc/rc.d/rc.M.new
###
root[stillborn]# ls -l /etc/slapt-get/slapt-getrc*
-rw-r--r-- 1 root root 1087 2009-09-03 12:16 /etc/slapt-get/slapt-getrc
-rw-r--r-- 1 root root 1033 2009-09-03 12:16 /etc/slapt-get/slapt-getrc.new
###
stillborn[~]$ diff -Naur /etc/rc.d/rc.M /etc/rc.d/rc.M.new
--- /etc/rc.d/rc.M 2009-08-23 22:17:09.000000000 +0300
+++ /etc/rc.d/rc.M.new 2009-08-31 16:26:01.000000000 +0300
@@ -350,11 +350,7 @@
. /etc/rc.d/rc.sysvinit
fi
-# Start the local setup procedure.
-if [ -x /etc/rc.d/rc.local ]; then
- . /etc/rc.d/rc.local
-fi
-
+# Exit splashy here
if [ ! -z `pidof -o %PPID /usr/sbin/splashy` ]; then
/usr/sbin/splashy_update "progress 100"
/usr/sbin/splashy_update exit
@@ -366,4 +362,14 @@
. /etc/rc.d/rc.font
fi
+# Start the local setup procedure.
+if [ -x /etc/rc.d/rc.numlock ]; then
+ . /etc/rc.d/rc.numlock start
+fi
+
+# Start the local setup procedure.
+if [ -x /etc/rc.d/rc.local ]; then
+ . /etc/rc.d/rc.local
+fi
+
# All done.
###
stillborn[~]$ diff -Naur /etc/slapt-get/slapt-getrc /etc/slapt-get/slapt-getrc.new
--- /etc/slapt-get/slapt-getrc 2009-09-03 12:16:09.884264906 +0300
+++ /etc/slapt-get/slapt-getrc.new 2009-09-03 12:16:20.011522474 +0300
@@ -1,20 +1,19 @@
-# Working directory for local storage/cache.
+# Working directory for local storage/cache. testii
WORKINGDIR=/var/slapt-get
# Exclude package names and expressions.
# To exclude pre and beta packages, add this to the exclude:
# [0-9\_\.\-]{1}pre[0-9\-\.\-]{1}
-EXCLUDE=^aaa_elflibs,^devs,^glibc-.*,^kernel-.*,^udev,^rootuser-settings,^zzz-settings,.*-[0-9]+dl$,x86_64
+EXCLUDE=^aaa_elflibs,^aaa_base,^devs,^glibc-.*,^kernel-.*,^udev,^rootuser-settings,^zzz-settings,.*-[0-9]+dl$,x86_64
# List of repositories. You're advised to replace the default slackware
# repositories with one that is faster for you.
-SOURCE=
ftp://ftp.osuosl.org/pub/slackware/slac ... /:OFFICIAL
-SOURCE=
ftp://ftp.osuosl.org/pub/slackware/slac ... /:OFFICIAL
-# Also add patches for slackware 13.0 when it's out, maybe
-# also commented out entry for gnome slackbuilds and slacky?
+SOURCE=
ftp://ftp.osuosl.org/pub/slackware/slackware-13.0/
+SOURCE=
ftp://ftp.osuosl.org/pub/slackware/slac ... 3.0/extra/
+SOURCE=
ftp://ftp.osuosl.org/pub/slackware/slac ... /:OFFICIAL
SOURCE=
http://salix.enialis.net/i486/13.0/:PREFERRED
-# Sources for the testing, extra, and pasture areas - if you use them.
+# Sources for the testing and pasture areas - if you use them.
# SOURCE=
ftp://ftp.osuosl.org/pub/slackware/slac ... 0/testing/
# SOURCE=
ftp://ftp.osuosl.org/pub/slackware/slac ... 0/pasture/