projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix compile error (disable dietlibc)
[openwrt.git]
/
openwrt
/
package
/
openntpd
/
files
/
ntpd.init
diff --git
a/openwrt/package/openntpd/files/ntpd.init
b/openwrt/package/openntpd/files/ntpd.init
index
e528748
..
8bac705
100644
(file)
--- a/
openwrt/package/openntpd/files/ntpd.init
+++ b/
openwrt/package/openntpd/files/ntpd.init
@@
-1,3
+1,3
@@
#!/bin/sh
-mkdir -p `
grep "^ntp:" /etc/passwd | cut -d: -f6
`
+mkdir -p `
awk -F: '/^ntp:/{print $6}' /etc/passwd
`
/usr/sbin/ntpd -s
This page took
0.019923 seconds
and
4
git commands to generate.