dnl dnl Macros for creating the SysV init scripts with nice or raw output dnl dnl --- T2-COPYRIGHT-NOTE-BEGIN --- dnl This copyright note is auto-generated by ./scripts/Create-CopyPatch. dnl dnl T2 SDE: package/.../sysvinit/init_macros.m4 dnl Copyright (C) 2004 - 2019 The T2 SDE Project dnl Copyright (C) 1998 - 2003 ROCK Linux Project dnl dnl More information can be found in the files COPYING and README. 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; version 2 of the License. A copy of the dnl GNU General Public License can be found in the file COPYING. dnl --- T2-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