2003-08-10 amir <amir@datacore.ch>

	* Add missing 'i' to getopts, short form of --pid_file.
	  see http://bugzilla.quagga.net/show_bug.cgi?id=25
diff --git a/ripd/rip_main.c b/ripd/rip_main.c
index 84ea75c..d571320 100644
--- a/ripd/rip_main.c
+++ b/ripd/rip_main.c
@@ -212,7 +212,7 @@
     {
       int opt;
 
-      opt = getopt_long (argc, argv, "df:hA:P:u:rv", longopts, 0);
+      opt = getopt_long (argc, argv, "df:i:hA:P:u:rv", longopts, 0);
     
       if (opt == EOF)
 	break;