]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 10 Mar 2006 09:34:41 +0000 (09:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-cpuset-virt.patch -> 1.2
    rc-scripts-getkey-timeout.patch -> 1.2
    rc-scripts-vserver-is-chroot.patch -> 1.2

rc-scripts-cpuset-virt.patch [deleted file]
rc-scripts-getkey-timeout.patch [deleted file]
rc-scripts-vserver-is-chroot.patch [deleted file]

diff --git a/rc-scripts-cpuset-virt.patch b/rc-scripts-cpuset-virt.patch
deleted file mode 100644 (file)
index e9dc268..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: rc.d/init.d/cpusets
-===================================================================
---- rc.d/init.d/cpusets        (revision 6971)
-+++ rc.d/init.d/cpusets        (working copy)
-@@ -38,6 +38,7 @@
-               [ -n "$CPU_EXCLUSIVE" ] && echo "$CPU_EXCLUSIVE" >/dev/cpuset/"$NAME"/cpu_exclusive
-               [ -n "$MEM_EXCLUSIVE" ] && echo "$MEM_EXCLUSIVE" >/dev/cpuset/"$NAME"/mem_exclusive
-               [ -n "$NOTIFY_ON_RELEASE" ] && echo "$NOTIFY_ON_RELEASE" >/dev/cpuset/"$NAME"/notify_on_release
-+              [ -n "$VIRTUALIZE" ] && echo "$VIRTUALIZE" >/dev/cpuset/"$NAME"/virtualize
-               [ -n "$TASKS" ] && echo "$TASKS" >/dev/cpuset/"$NAME"/tasks
-               return 0
-       fi
-Index: sysconfig/cpusets/cpuset-test
-===================================================================
---- sysconfig/cpusets/cpuset-test      (revision 6971)
-+++ sysconfig/cpusets/cpuset-test      (working copy)
-@@ -19,6 +19,9 @@
- # 
- #NOTIFY_ON_RELEASE=0
-+#
-+#VIRTUALIZE=1
-+
- # PIDs of tasks in this cpuset
- #TASKS=
diff --git a/rc-scripts-getkey-timeout.patch b/rc-scripts-getkey-timeout.patch
deleted file mode 100644 (file)
index eec8414..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur rc-scripts-0.4.0.25/rc.d/rc.sysinit rc-scripts/rc.d/rc.sysinit
---- rc-scripts-0.4.0.25/rc.d/rc.sysinit        2006-01-15 13:01:16.000000000 +0100
-+++ rc-scripts/rc.d/rc.sysinit 2006-01-20 19:02:47.000000000 +0100
-@@ -863,7 +863,7 @@
- kill -TERM $(/sbin/pidof getkey) >/dev/null 2>&1
- } &
- if is_yes "$PROMPT"; then
--      /sbin/getkey i && touch /var/run/confirm
-+      /sbin/getkey -c 5 i && touch /var/run/confirm
- fi
- wait
- echo
diff --git a/rc-scripts-vserver-is-chroot.patch b/rc-scripts-vserver-is-chroot.patch
deleted file mode 100644 (file)
index b48e4a0..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -ur rc-scripts-0.4.0.25/rc.d/init.d/functions rc-scripts/rc.d/init.d/functions
---- rc-scripts-0.4.0.25/rc.d/init.d/functions  2005-11-26 16:15:22.000000000 +0100
-+++ rc-scripts/rc.d/init.d/functions   2006-01-20 16:40:17.000000000 +0100
-@@ -392,8 +392,13 @@
- # - inside chroot get only those processes, which are inside chroot.
- # - don't filter out pids which do not have corresponding running processes (process died etc)
- # (note: some processes like named are chrooted but run outside chroot)
-+# - do nothing inside vserver
- filter_chroot()
- {
-+      if is_yes "$VSERVER"; then
-+              echo $@
-+              return
-+      fi
-       if [ $# -lt 1 -o ! -d /proc/1 ] ; then
-               echo $@
-               return
This page took 0.045901 seconds and 4 git commands to generate.