aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>1999-12-20 11:52:56 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>1999-12-20 11:52:56 +0000
commit05ac8ef91d281e08aed417a44a2decad2ed4ac63 (patch)
treee184a87b312024b2da207c56a25595072fdeb8d0
parent94f1ea5c13f228954b1026779e61bdab9c1ee4d8 (diff)
downloadmsec-05ac8ef91d281e08aed417a44a2decad2ed4ac63.tar
msec-05ac8ef91d281e08aed417a44a2decad2ed4ac63.tar.gz
msec-05ac8ef91d281e08aed417a44a2decad2ed4ac63.tar.bz2
msec-05ac8ef91d281e08aed417a44a2decad2ed4ac63.tar.xz
msec-05ac8ef91d281e08aed417a44a2decad2ed4ac63.zip
*** empty log message ***
-rwxr-xr-xcron-sh/security.sh2
-rwxr-xr-xinit-sh/grpuser.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/cron-sh/security.sh b/cron-sh/security.sh
index af446e3..054a312 100755
--- a/cron-sh/security.sh
+++ b/cron-sh/security.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
if [[ ! -f /etc/security/msec/security.conf ]]; then
echo "Can't access /etc/security/msec/security.conf."
diff --git a/init-sh/grpuser.sh b/init-sh/grpuser.sh
index 85c303b..3493100 100755
--- a/init-sh/grpuser.sh
+++ b/init-sh/grpuser.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Writen by Vandoorselaere Yoann <yoann@mandrakesoft.com>