--- xe 2006年02月24日 17:23:15.000000000 -0300 +++ xe.new 2010年11月03日 07:58:43.000000000 -0300 @@ -596,13 +596,8 @@ # See how we were called case "1ドル" in start) - if test -f "$CONFIGURATION" + if test ! -f "$CONFIGURATION" then - if test "$ORACLE_DBENABLED" != "true" - then - exit 0 - fi - else echo "Oracle Database 10g Express Edition is not configured. You must run '/etc/init.d/oracle-xe configure' as the root user to configure the database." exit 0 @@ -613,13 +608,8 @@ configure ;; stop) - if test -f "$CONFIGURATION" + if test ! -f "$CONFIGURATION" then - if test "$ORACLE_DBENABLED" != "true" - then - exit 0 - fi - else echo "Oracle Database 10g Express Edition is not configured. You must run '/etc/init.d/oracle-xe configure' as the root user to configure the database." exit 0

AltStyle によって変換されたページ (->オリジナル) /