aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/custom.sh
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>1999-12-15 09:39:33 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>1999-12-15 09:39:33 +0000
commit18228772b4d4d9960e3d7b10293519b50287695e (patch)
tree9a6f0aef9a8a74467cb9bcab3dc43cbd26d3ad9f /init-sh/custom.sh
parent3973900674e900d357bc88e511a86b2d724b9392 (diff)
downloadmsec-18228772b4d4d9960e3d7b10293519b50287695e.tar
msec-18228772b4d4d9960e3d7b10293519b50287695e.tar.gz
msec-18228772b4d4d9960e3d7b10293519b50287695e.tar.bz2
msec-18228772b4d4d9960e3d7b10293519b50287695e.tar.xz
msec-18228772b4d4d9960e3d7b10293519b50287695e.zip
*** empty log message ***
Diffstat (limited to 'init-sh/custom.sh')
-rwxr-xr-xinit-sh/custom.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/init-sh/custom.sh b/init-sh/custom.sh
index cfd67b7..5bb623b 100755
--- a/init-sh/custom.sh
+++ b/init-sh/custom.sh
@@ -13,13 +13,6 @@ fi
clear
###
-echo "Do you want your log file to be in append mode only ?"
-WaitAnswer; clear
-if [[ ${answer} == yes ]]; then
- find /var/log/ -type f -exec chattr +a {} \;
-fi
-
-###
echo "Do you want all system events to be logged on tty12 ?"
WaitAnswer; clear
if [[ ${answer} == yes ]]; then