cgit: Added cgit 0.7.3-c502865 - A CGI for git written in C
[opensde-package-nopast.git] / www / webcdwriter / cdwserve.init
blobef24961c799493bd398ed9d15cbda6ab62421bf6
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../webcdwriter/cdwserve.init
5 # Copyright (C) 2004 - 2006 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- SDE-COPYRIGHT-NOTE-END ---
14 # T2 Project /etc/rc.d/init.d/cdwserve
16 # Desc: The Web CD Writer server
17 # Runlevel: 80
20 main_begin
22     block_begin(start, `Starting webCDwriter server.')
23         check(`D_sbindir/CDWserver')
24     block_end
26     block_begin(stop, `Stopping webCDwriter server.')
27         check(`kill -TERM D_localstatedir/run/CDWserver.pid')
28         rm -f  D_localstatedir/run/CDWserver.pid
29     block_end
31     block_begin(status, `Status of webCDwriter server:')
32         check(`lynx -dump http://localhost:12411')
33     block_end
35 main_end