gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/utils grap.c,1.3,1.4


From: cbayle
Subject: [Gforge-commits] gforge/utils grap.c,1.3,1.4
Date: Tue, 16 Nov 2004 15:42:09 -0600

Update of /cvsroot/gforge/gforge/utils
In directory db.perdue.net:/tmp/cvs-serv11092/utils

Modified Files:
        grap.c 
Log Message:
Added support for svnserve (Closes Patch #994)


Index: grap.c
===================================================================
RCS file: /cvsroot/gforge/gforge/utils/grap.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- grap.c      18 Feb 2004 09:18:24 -0000      1.3
+++ grap.c      16 Nov 2004 21:42:04 -0000      1.4
@@ -77,7 +77,7 @@
 
 /* Define what strings are acceptable in <command>
    define an optional execution path CMD_PATH if desired */
-char *commands[] =             { "cvs", "server", NULL };
+char *commands[] =             { "cvs", "server", "svnserve", NULL };
 
 #define MAXARGS                256
 
@@ -98,7 +98,7 @@
        if(argc < 3) {
                        /* printf("FATAL: %s bailed because not enough 
options.\n", argv[0]); */
 
-                       printf("\nWelcome to cvs\n\n");
+                       printf("\nWelcome to GForge SCM\n\n");
                        printf("This is a restricted Shell Account\n");
                        printf("You cannot execute anything here.\n\n");
 
@@ -113,7 +113,7 @@
                if(options[i] == NULL || strlen(argv[OPTION_ARGC]) > MAXSTRLEN) 
{
                        /* printf("FATAL: %s bailed because options didn't 
qualify.\n", argv[0]); */
 
-                       printf("\nWelcome to cvs\n\n");
+                       printf("\nWelcome to GForge SCM\n\n");
                        printf("This is a restricted Shell Account\n");
                        printf("You cannot execute anything here.\n\n");
 
@@ -152,7 +152,7 @@
 
        /*      printf("FATAL: %s bailed because command didn't qualify.\n", 
args[CMD_POS]); */
 
-               printf("\nWelcome to cvs\n\n");
+               printf("\nWelcome to GForge SCM\n\n");
                printf("This is a restricted Shell Account\n");
                printf("You cannot execute anything here.\n\n");
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]