You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2009/08/26 06:47:05 UTC

svn commit: r807877 - /geronimo/server/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/gserviceReg.sh

Author: xuhaihong
Date: Wed Aug 26 04:47:04 2009
New Revision: 807877

URL: http://svn.apache.org/viewvc?rev=807877&view=rev
Log:
GERONIMO-4813 exceptions occur when running geronimo as a service on AIX (Patch from Viola.lu)

Modified:
    geronimo/server/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/gserviceReg.sh

Modified: geronimo/server/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/gserviceReg.sh
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/gserviceReg.sh?rev=807877&r1=807876&r2=807877&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/gserviceReg.sh (original)
+++ geronimo/server/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/gserviceReg.sh Wed Aug 26 04:47:04 2009
@@ -231,7 +231,7 @@
    ln -sf /usr/sbin/"$2" /etc/rc3.d/S99"$2"
  fi
  if $osAix; then    
-   echo "$2:2:respawn:/usr/sbin/$2 start">>/etc/inittab
+   echo "$2:2:once:/usr/sbin/$2 start">>/etc/inittab
  fi 
  if $osUbuntu; then    
    ln -sf /usr/sbin/"$2" /etc/init.d/"$2"