[PHP-DEV] cvs: /CVSROOT loginfo From: Sascha Schumann (sascha <email protected>)
Date: 09/30/99

sas Thu Sep 30 15:26:34 1999 EDT

  Modified files:
    /CVSROOT loginfo
  Log:
      Execute in background.
  
  
Index: CVSROOT/loginfo
diff -u CVSROOT/loginfo:1.6 CVSROOT/loginfo:1.7
--- CVSROOT/loginfo:1.6 Thu Sep 30 14:51:23 1999
+++ CVSROOT/loginfo Thu Sep 30 15:26:33 1999
@@ -1,5 +1,5 @@
 #
-#ident "@(#)cvs/examples:$Name: $:$Id: loginfo,v 1.6 1999/09/30 18:51:23 sas Exp $"
+#ident "@(#)cvs/examples:$Name: $:$Id: loginfo,v 1.7 1999/09/30 19:26:33 sas Exp $"
 #
 # The "loginfo" file is used to control where "cvs commit" log information
 # is sent. The first entry on a line is a regular expression which is tested
@@ -51,4 +51,4 @@
 
 DEFAULT $CVSROOT/CVSROOT/loginfo.pl php-dev <email protected> $USER %{sVv}
 
-ALL $CVSROOT/CVSROOT/dolog.pl -r /local/repository bonsai-checkin <email protected>
+ALL sh -c "$CVSROOT/CVSROOT/dolog.pl -r /local/repository bonsai-checkin <email protected> &"

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>