Changeset daca27e
- Timestamp:
- Dec 27, 2011 4:02:59 PM (9 years ago)
- Branches:
- master
- Children:
- 8e7bd92
- Parents:
- 7b49493
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/i2p.init
r7b49493 rdaca27e 80 80 81 81 # We need the wrapper. If it's not found, abort. 82 [ -x $DAEMON ] || exit 182 [ -x $DAEMON ] || exit 0 83 83 84 84 # Even though this script doesn't call it, check for i2prouter. If it's not 85 85 # found, it probably means that the package isn't installed anymore. 86 [ -x /usr/bin/i2prouter ] || exit 186 [ -x /usr/bin/i2prouter ] || exit 0 87 87 88 88 do_start()
Note: See TracChangeset
for help on using the changeset viewer.