Added the compile-command to the source.
authorfredrik@DOLDA2000.COM <fredrik@DOLDA2000.COM@959494ce-11ee-0310-bf91-de5d638817bd>
Fri, 29 Apr 2005 18:39:49 +0000 (18:39 +0000)
committerfredrik@DOLDA2000.COM <fredrik@DOLDA2000.COM@959494ce-11ee-0310-bf91-de5d638817bd>
Fri, 29 Apr 2005 18:39:49 +0000 (18:39 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@231 959494ce-11ee-0310-bf91-de5d638817bd

idnlookup.c

index 39c95d7..e97f62f 100644 (file)
@@ -1,5 +1,6 @@
 /*
  *  idnlookup - ICMP Domain Name lookup utility for Linux
+ *  Should be installed SUID root, even though I don't know if it's secure yet. :-)
  *  Copyright (C) 2005 Fredrik Tolf <fredrik@dolda2000.com>
  *  
  *  This program is free software; you can redistribute it and/or modify
@@ -272,3 +273,9 @@ int main(int argc, char **argv)
     
     return(0);
 }
+
+/*
+ * Local Variables:
+ * compile-command: "gcc -Wall -g -o idnlookup idnlookup.c"
+ * End:
+ */