Debian packaging fixes

This commit is contained in:
kytv
2011-05-25 23:09:58 +00:00
parent 150cb30339
commit b6fab829cc
45 changed files with 1419 additions and 396 deletions

13
debian/i2p.default vendored Normal file
View File

@@ -0,0 +1,13 @@
# Defaults for i2p initscript (/etc/init.d/i2p)
# This is a posix shell fragment
# [automatically edited by postinst, do not change line format ]
# Run 'dpkg-reconfigure -plow i2p' to change these values.
# I2P daemon. If set to true, i2p will start automatically when
# the computer boots
RUN_DAEMON="false"
# The user that runs the I2P daemon. By default this is set to i2psvc.
# You may want to change this to use a manually installed I2P profile.
I2PUSER="i2psvc"