#! /bin/sh
# Make /var/log/wtmp point to NULL so logs written to wtmp are not saved
rm /var/log/wtmp
ln -s /dev/null /var/log/wtmp
echo 0 > /etc/reboot-cookie
# added by chengjt10131021 for claen the wtmp log begin on  20121010
echo "" > /var/volatile/log/wtmp
# added by chengjt10131021 for claen the wtmp log end on  20121010
