Ignore:
Timestamp:
Jan 21, 2007, 3:02:02 PM (17 years ago)
Author:
tabbott
Message:
Add tags so that it's a happy initscript for Debian as well as Fedora
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/execsys/execsys-binfmt.pre

    r27 r110  
    11#!/bin/sh
    22#
    3 # execsys-binfmt: test1 
     3# execsys-binfmt: test1
    44#
    55# chkconfig: 2345 2 98
    66# description: test2
    77#
     8### BEGIN INIT INFO
     9# Provides:          execsys-binfmt
     10# Required-Start:    $syslog
     11# Required-Stop:     $syslog
     12# Should-Start:      $local_fs
     13# Should-Stop:       $local_fs
     14# Default-Start:     2 3 4 5
     15# Default-Stop:      0 1 6
     16# Short-Description: Start scripts.mit.edu execsys system
     17# Description:       Decides what interpreter to use to execute files
     18### END INIT INFO
    819
    920stop ()
     
    2940    stop
    3041    ;;
     42force-reload)
     43    stop
     44    start
     45    ;;
    3146restart)
    3247    stop
     
    3449    ;;
    3550*)
    36     echo "Usage: $0 [start|stop|restart]" >&2
     51    echo "Usage: $0 [start|stop|restart|force-reload]" >&2
    3752    exit 2
    3853    ;;
Note: See TracChangeset for help on using the changeset viewer.