sifre.degistir.iptal
This commit is contained in:
parent
da1d7e8622
commit
0bd6a40acf
|
@ -41,12 +41,14 @@ case "${1}" in
|
||||||
log_info_msg "Starting kernel log daemon..."
|
log_info_msg "Starting kernel log daemon..."
|
||||||
start_daemon /sbin/klogd
|
start_daemon /sbin/klogd
|
||||||
evaluate_retval
|
evaluate_retval
|
||||||
|
#sifre degistirme iptal
|
||||||
if [ "`cat /etc/passwd | grep ^root|cut -d ":" -f2`" != "x" ]; then
|
if [ "`cat /etc/passwd | grep ^root|cut -d ":" -f2`" != "x" ]; then
|
||||||
/sbin/pwconv
|
/sbin/pwconv
|
||||||
/sbin/grpconv
|
/sbin/grpconv
|
||||||
|
|
||||||
echo -e "milis\nmilis"|passwd
|
echo -e "milis\nmilis"|passwd
|
||||||
chage -d 0 root
|
#chage -d 0 root
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
stop)
|
stop)
|
||||||
|
|
Loading…
Reference in New Issue