]> git.pld-linux.org Git - packages/ApacheJServ.git/commitdiff
- new head/tail syntax
authorankry <ankry@pld-linux.org>
Mon, 5 Jan 2004 20:23:05 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ApacheJServ.spec -> 1.31

ApacheJServ.spec

index f3717c73ea93fb9d63228b567867eff1c4807b96..fc7fba8ac0bbc0f13d2c3b73e692e1e2d1832c1b 100644 (file)
@@ -256,7 +256,7 @@ fi
 # Get Server Port to echo right URL below
 #
 SERVERPORT=`grep "^Port" %{httpdconf}/httpd.conf | \
-                       head -1 | awk '{print ":" $2}'`
+                       head -1 | awk '{print ":" $2}'`
 if test "$SERVERPORT" = ":80" ; then
        SERVERPORT=""
 fi
This page took 0.069989 seconds and 4 git commands to generate.