]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/ntp
Webinterface gefixt.
[people/pmueller/ipfire-2.x.git] / lfs / ntp
diff --git a/lfs/ntp b/lfs/ntp
index bbfb4c6ead52b7bf5efb3f1fd00c46cd98f3b277..85313f83084a66ff92cf139cc175c5606e6304b0 100644 (file)
--- a/lfs/ntp
+++ b/lfs/ntp
@@ -84,8 +84,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
        -mkdir /etc/ntp
        chown -R ntp:ntp /etc/ntp
-       echo "restrict default nomodify noquery" > /etc/ntp.conf
-       echo "server  127.127.1.0"              >> /etc/ntp.conf
+       echo "restrict default nomodify noquery" >  /etc/ntp.conf
+       echo "server  127.127.1.0"                      >> /etc/ntp.conf
        echo "fudge   127.127.1.0 stratum 10"   >> /etc/ntp.conf
        echo "driftfile /etc/ntp/drift"         >> /etc/ntp.conf
        @rm -rf $(DIR_APP)