diff options
author | Peter Wagner <tripolar@gmx.at> | 2015-04-13 18:53:17 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2015-04-13 18:53:17 +0200 |
commit | 0135d8e2bd83177a4ee8fec14fa2106dc61ea8a9 (patch) | |
tree | d026a425db079447e78da2235664291542e7aad9 /net | |
parent | 2c1c2de230e223e6ba9aa27379e2f90aa5495f26 (diff) |
ntpd: fix typo
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net')
-rw-r--r-- | net/ntpd/files/ntpd.hotplug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntpd/files/ntpd.hotplug b/net/ntpd/files/ntpd.hotplug index b960af013..975be751e 100644 --- a/net/ntpd/files/ntpd.hotplug +++ b/net/ntpd/files/ntpd.hotplug @@ -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 ] && { |