Changeset 1255 for trunk/packages
- Timestamp:
- Oct 25, 2008, 5:31:14 PM (16 years ago)
- Location:
- trunk/packages
- Files:
-
- 7 added
- 1 deleted
- 7 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-web-iptables/debian/invirt-web-iptables.init
r1254 r1255 1 1 #! /bin/sh 2 2 ### BEGIN INIT INFO 3 # Provides: sipb-xen-iptables3 # Provides: invirt-web-iptables 4 4 # Required-Start: $local_fs $remote_fs 5 5 # Required-Stop: $local_fs $remote_fs 6 6 # Default-Start: 2 3 4 5 7 7 # Default-Stop: 0 1 6 8 # Short-Description: sipb-xeniptables rules8 # Short-Description: Invirt web server iptables rules 9 9 # Description: 10 10 ### END INIT INFO 11 11 12 NAME= sipb-xen-iptables13 DESC=" Load the sipb-xeniptables rules"14 RULES=/usr/share/ sipb-xen-iptables/iptables.rules12 NAME=invirt-web-iptables 13 DESC="Invirt web server iptables rules" 14 RULES=/usr/share/invirt-web-iptables/iptables.rules 15 15 GEN_FILES=$RULES 16 16 PATH=/sbin:/usr/sbin:/bin:/usr/bin
Note: See TracChangeset
for help on using the changeset viewer.