diff options
Diffstat (limited to 'package/htpdate/files/htpdate.postinst')
-rw-r--r-- | package/htpdate/files/htpdate.postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/htpdate/files/htpdate.postinst b/package/htpdate/files/htpdate.postinst index baf149665..9a99ccf9d 100644 --- a/package/htpdate/files/htpdate.postinst +++ b/package/htpdate/files/htpdate.postinst @@ -1,4 +1,4 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh -add_rcconf htpdate htpdate NO -add_rcconf htpdate_flags htpdate_flags "www.google.com www.yahoo.com www.linux.org www.freebsd.org" +add_rcconf htpdate NO +add_rcconf htpdate_flags "www.google.com www.yahoo.com www.linux.org www.freebsd.org" |