From b64a3c84e46550df4455ef4e46ec5d3b36486d65 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Fri, 13 Mar 2009 15:16:20 +0100 Subject: Clean up the scripts directory The directory contains samples and howto, which is not relevant anymore. Sample configuration files should be in ../samples and (relevant) documentation in ../doc Signed-off-by: Jan Safranek --- scripts/etc/cgconfig.conf | 18 ------------------ scripts/etc/cgconfig/cpu.conf | 14 -------------- scripts/etc/cgconfig/cpuacct.conf | 14 -------------- scripts/etc/wlm.conf | 16 ---------------- scripts/etc/wlm/cpu.conf | 14 -------------- scripts/etc/wlm/cpuacct.conf | 14 -------------- 6 files changed, 90 deletions(-) delete mode 100644 scripts/etc/cgconfig.conf delete mode 100644 scripts/etc/cgconfig/cpu.conf delete mode 100644 scripts/etc/cgconfig/cpuacct.conf delete mode 100644 scripts/etc/wlm.conf delete mode 100644 scripts/etc/wlm/cpu.conf delete mode 100644 scripts/etc/wlm/cpuacct.conf (limited to 'scripts/etc') diff --git a/scripts/etc/cgconfig.conf b/scripts/etc/cgconfig.conf deleted file mode 100644 index 43f9004..0000000 --- a/scripts/etc/cgconfig.conf +++ /dev/null @@ -1,18 +0,0 @@ -# -# Copyright IBM Corporation. 2008 -# -# Authors: Balbir Singh -# This program is free software; you can redistribute it and/or modify it -# under the terms of version 2.1 of the GNU Lesser General Public License -# as published by the Free Software Foundation. -# -# This program is distributed in the hope that it would be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# controller file -# -mount /tmp/cpu cpu -mount /tmp/cpuacct cpuacct -cpu /etc/wlm/cpu.conf -cpuacct /etc/wlm/cpuacct.conf diff --git a/scripts/etc/cgconfig/cpu.conf b/scripts/etc/cgconfig/cpu.conf deleted file mode 100644 index 7e76dea..0000000 --- a/scripts/etc/cgconfig/cpu.conf +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright IBM Corporation. 2008 -# -# Authors: Balbir Singh -# This program is free software; you can redistribute it and/or modify it -# under the terms of version 2.1 of the GNU Lesser General Public License -# as published by the Free Software Foundation. -# -# This program is distributed in the hope that it would be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -class1 cpu.shares=1024 tuid=balbir tgid=balbir cuid=root cgid=root -class2 cpu.shares=512 tuid=root tgid=root cuid=balbir cgid=balbir diff --git a/scripts/etc/cgconfig/cpuacct.conf b/scripts/etc/cgconfig/cpuacct.conf deleted file mode 100644 index 8c382e1..0000000 --- a/scripts/etc/cgconfig/cpuacct.conf +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright IBM Corporation. 2008 -# -# Authors: Balbir Singh -# This program is free software; you can redistribute it and/or modify it -# under the terms of version 2.1 of the GNU Lesser General Public License -# as published by the Free Software Foundation. -# -# This program is distributed in the hope that it would be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -caclass1 tuid=root tgid=root cuid=root cgid=root -caclass2 tuid=balbir tgid=balbir cuid=balbir cgid=balbir diff --git a/scripts/etc/wlm.conf b/scripts/etc/wlm.conf deleted file mode 100644 index 01a12b3..0000000 --- a/scripts/etc/wlm.conf +++ /dev/null @@ -1,16 +0,0 @@ -# -# Copyright IBM Corporation. 2008 -# -# Authors: Balbir Singh -# This program is free software; you can redistribute it and/or modify it -# under the terms of version 2.1 of the GNU Lesser General Public License -# as published by the Free Software Foundation. -# -# This program is distributed in the hope that it would be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# controller file -# -mount /tmp/container cpu -cpu /etc/wlm/cpu.conf diff --git a/scripts/etc/wlm/cpu.conf b/scripts/etc/wlm/cpu.conf deleted file mode 100644 index 10ac391..0000000 --- a/scripts/etc/wlm/cpu.conf +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright IBM Corporation. 2008 -# -# Authors: Balbir Singh -# This program is free software; you can redistribute it and/or modify it -# under the terms of version 2.1 of the GNU Lesser General Public License -# as published by the Free Software Foundation. -# -# This program is distributed in the hope that it would be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -class1 cpu.shares=1024 tuid=balbir tgid=balbir cuid=root cgid=root -class2 cpu.shares=512 tuid=root tgid=root cuid=balbir cgid=balbir diff --git a/scripts/etc/wlm/cpuacct.conf b/scripts/etc/wlm/cpuacct.conf deleted file mode 100644 index 10ac391..0000000 --- a/scripts/etc/wlm/cpuacct.conf +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright IBM Corporation. 2008 -# -# Authors: Balbir Singh -# This program is free software; you can redistribute it and/or modify it -# under the terms of version 2.1 of the GNU Lesser General Public License -# as published by the Free Software Foundation. -# -# This program is distributed in the hope that it would be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -class1 cpu.shares=1024 tuid=balbir tgid=balbir cuid=root cgid=root -class2 cpu.shares=512 tuid=root tgid=root cuid=balbir cgid=balbir -- cgit