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