add gcc 4.0.0
[openwrt.git] / openwrt / package / openntpd / ipkg / etc / init.d / S49ntpd
1 #!/bin/sh
2 mkdir -p `grep "^ntp:" /etc/passwd | cut -d: -f6`
3 /usr/sbin/ntpd -s
This page took 0.042893 seconds and 5 git commands to generate.