]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- missing feature auto/ac/rc-scripts-0_4_0_25-3 auto/th/rc-scripts-0_4_0_25-3
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 14 Feb 2006 00:34:33 +0000 (00: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.1

rc-scripts-cpuset-virt.patch [new file with mode: 0644]

diff --git a/rc-scripts-cpuset-virt.patch b/rc-scripts-cpuset-virt.patch
new file mode 100644 (file)
index 0000000..e9dc268
--- /dev/null
@@ -0,0 +1,26 @@
+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=
This page took 0.087195 seconds and 4 git commands to generate.