Reorganize the Debian directory structure to conform to their packaging policy. This brings the number of Lintian errors+warning
s down from 383 to 16.
This commit is contained in:
2
debian/scripts/init
vendored
2
debian/scripts/init
vendored
@ -14,7 +14,7 @@ set -e
|
||||
. /lib/lsb/init-functions
|
||||
|
||||
I2P () {
|
||||
su i2psvc -c "/usr/lib/i2p/i2prouter $1"
|
||||
su i2psvc -c "/usr/bin/i2prouter $1"
|
||||
}
|
||||
|
||||
if [ `id -un` != "root" ]; then
|
||||
|
Reference in New Issue
Block a user