check if some /proc files exist, before using it, for systems without diag kernel...
[openwrt.git] / openwrt / package / openntpd / files / ntpd.init
1 #!/bin/sh
2 mkdir -p `grep "^ntp:" /etc/passwd | cut -d: -f6`
3 /usr/sbin/ntpd -s
This page took 0.052055 seconds and 5 git commands to generate.