sifre.degistir.iptal

This commit is contained in:
milisman 2016-06-25 17:33:29 +00:00
parent da1d7e8622
commit 0bd6a40acf
1 changed files with 4 additions and 2 deletions

View File

@ -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)