run "sudo make"
authorChristian Weiske <cweiske@cweiske.de>
Wed, 6 Feb 2013 06:32:49 +0000 (07:32 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 6 Feb 2013 06:32:49 +0000 (07:32 +0100)
README.rst
ssh-dyndns

index 4a456e0fb6f902558344491a37db015957788e97..b02ddeb0e1a0e97b7cf650963aa72ae27048370d 100644 (file)
@@ -43,6 +43,10 @@ Setup
     $ cp /usr/local/src/ssh-dyndns/ssh-dyndns.sh.config-dist /etc/ssh-dyndns.sh
     $ nano /etc/ssh-dyndns.sh
 
+6. Allow ssh-dyndns to run "sudo make" without password
+
+   FIXME
+
 
 Configuration
 =============
index 92ff3f47e33cd06e7855720037ab1135f6cc90c9..67a13d9a66235c3fdbafea0e5ffd5546af67a2c9 100755 (executable)
@@ -90,4 +90,4 @@ echo $djbdnsline > $datafile
 
 #compile dns data
 cd "$data_dir"
-make
+sudo make