gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/deb-specific gforge-config,1.8,1.9


From: lo-lan-do
Subject: [Gforge-commits] gforge/deb-specific gforge-config,1.8,1.9
Date: Mon, 29 Nov 2004 08:11:28 -0600

Update of /cvsroot/gforge/gforge/deb-specific
In directory db.perdue.net:/tmp/cvs-serv24600/deb-specific

Modified Files:
        gforge-config 
Log Message:
Minor bashism removed.


Index: gforge-config
===================================================================
RCS file: /cvsroot/gforge/gforge/deb-specific/gforge-config,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- gforge-config       26 Oct 2004 20:31:25 -0000      1.8
+++ gforge-config       29 Nov 2004 14:11:26 -0000      1.9
@@ -9,7 +9,7 @@
 # This is to test if apache2 is started and listen on port 80
 #
 [ -f /etc/default/apache2 ] && . /etc/default/apache2
-if [ "x$NO_START" == "x0" ]
+if [ "x$NO_START" = "x0" ]
 then
        /usr/lib/gforge/bin/setup -fhs -noapache -dovhost -system pgsql 
-nolisten80
 else





reply via email to

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