Parent Directory
|
Revision Log
initial import, split of www-servers/ocsigen, ebuild based on old one by Guillaume Horel and Jacques-Pascal Deplaix, bug #406513 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
| 1 | # /etc/conf.d/ocsigenserver : config file for /etc/init.d/ocsigenserver |
| 2 | |
| 3 | # Path for the ocsigen binary (add opt for native executable) |
| 4 | |
| 5 | #DAEMON=/usr/bin/ocsigenserver.opt |
| 6 | DAEMON=/usr/bin/ocsigenserver |
| 7 | |
| 8 | # Name for ocsigen daemon |
| 9 | |
| 10 | NAME=ocsigenserver |
| 11 | |
| 12 | # Locstion of Ocsigen config file |
| 13 | |
| 14 | CONF=/etc/$NAME/ocsigenserver.conf |
| 15 | |
| 16 | # PID file location |
| 17 | |
| 18 | PIDFILE=/var/run/$NAME.pid |
| 19 | |
| 20 | # Add here any additional aptions for ocsigen |
| 21 | |
| 22 | OCSIGEN_OPTS="" |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |