dnl dnl Macros for creating the SysV init scripts with nice or raw output dnl dnl --- ROCK-COPYRIGHT-NOTE-BEGIN --- dnl dnl This copyright note is auto-generated by ./scripts/Create-CopyPatch. dnl Please add additional copyright information _after_ the line containing dnl the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by dnl the ./scripts/Create-CopyPatch script. Do not edit this copyright text! dnl dnl ROCK Linux: rock-src/package/base/sysvinit/init_macros.m4 dnl ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by dnl the Free Software Foundation; either version 2 of the License, or dnl (at your option) any later version. A copy of the GNU General Public dnl License can be found at Documentation/COPYING. dnl dnl Many people helped and are helping developing ROCK Linux. Please dnl have a look at http://www.rocklinux.org/ and the Documentation/TEAM dnl file for details. dnl dnl --- ROCK-COPYRIGHT-NOTE-END --- dnl divert(-1) initstyle = sysv_nice ....... Nice colored output initstyle = sysv_text ....... Raw text output ifelse(initstyle, `sysv_nice', `define(`IT', `dnl') define(`IN', `')' , `define(`IT', `') define(`IN', `dnl')' ) define(`this_is_not_the_first_option', `') define(`default_restart', ` restart) `$'0 stop; `$'0 start ;; ') define(`end_restart', ` | restart') ifelse(initstyle, `sysv_nice', ` define(`main_begin', `title() { local x w="`$'( stty size 2>/dev/null