This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ntpd: fix typo
Signed-off-by: Peter Wagner <tripolar@gmx.at>
lilik-openwrt-22.03
Peter Wagner
10 years ago
parent
2c1c2de230
commit
0135d8e2bd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/ntpd/files/ntpd.hotplug
+ 1
- 1
net/ntpd/files/ntpd.hotplug
View File
@ -1,6 +1,6 @@
NAME=ntpd
CONFIG=/etc/ntp.conf
COMMAND=sbin/$NAME
COMMAND=
/
sbin/$NAME
[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && {
[ -x $COMMAND ] && [ -r $CONFIG ] && {
Write
Preview
Loading…
Cancel
Save