]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- cpuset- to =cpuset-name
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Mon, 9 Oct 2006 07:58:30 +0000 (07:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-cpusets_correct.patch -> 1.1

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

diff --git a/rc-scripts-cpusets_correct.patch b/rc-scripts-cpusets_correct.patch
new file mode 100644 (file)
index 0000000..eccc856
--- /dev/null
@@ -0,0 +1,21 @@
+diff -uNr rc-scripts-0.4.1.0.orig/rc.d/init.d/cpusets rc-scripts-0.4.1.0/rc.d/init.d/cpusets
+--- rc-scripts-0.4.1.0.orig/rc.d/init.d/cpusets        2006-09-18 08:17:47.000000000 +0000
++++ rc-scripts-0.4.1.0/rc.d/init.d/cpusets     2006-10-09 07:52:53.000000000 +0000
+@@ -25,7 +25,7 @@
+ {
+       local CPUS MEMS CPU_EXCLUSIVE MEM_EXCLUSIVE NOTIFY_ON_RELEASE TASKS
+-      . /etc/sysconfig/cpusets/cpuset-$i
++      . /etc/sysconfig/cpusets/$i
+       if mkdir /dev/cpuset/"$NAME" >/dev/null 2>&1 ; then
+               [ -n "$CPUS" ] && echo "$CPUS" >/dev/cpuset/"$NAME"/cpus
+@@ -44,7 +44,7 @@
+ {
+       local CPUS MEMS CPU_EXCLUSIVE MEM_EXCLUSIVE NOTIFY_ON_RELEASE TASKS
+-      . /etc/sysconfig/cpusets/cpuset-$i
++      . /etc/sysconfig/cpusets/$i
+       # This MUST be rmdir (not rm -rf)
+       if rmdir /dev/cpuset/"$NAME" >/dev/null 2>&1 ; then
This page took 0.034564 seconds and 4 git commands to generate.