3dc9ea5472
SVN-Revision: 937
3 lines
78 B
Bash
3 lines
78 B
Bash
#!/bin/sh
|
|
mkdir -p `grep "^ntp:" /etc/passwd | cut -d: -f6`
|
|
/usr/sbin/ntpd -s
|