blob: 4a61844b39700b1ddf3ec60c3c07121a73dfc38e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/dash
/sbin/rmmod lp parport_pc parport 2>/dev/null
L='/usr/local/bin'
$L/dnsip vpn-pppoe-213-240-242-57.megalan.bg > /dev/null
$L/dnsname 213.240.242.57 > /dev/null
/usr/sbin/watchwtmp 200111 /usr/bin/bzippipe
/bin/date >> /tmp/.rc.daily.log 2>&1
exec /etc/cron.daily/exacttime.cron >> /tmp/.rc.daily.log 2>&1
|