Merge pull request #791 from PurpleI2P/openssl

recent changes
This commit is contained in:
orignal 2017-02-01 14:18:41 -05:00 committed by GitHub
commit 040585bf3d
33 changed files with 795 additions and 503 deletions

2
debian/i2pd.init vendored
View file

@ -53,7 +53,7 @@ do_start()
|| return 1
start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --chuid "$USER" -- \
--service --daemon --log=file --logfile=$LOGFILE --conf=$I2PCONF --tunconf=$TUNCONF \
$DAEMON_OPTS > /dev/null 2>&1 \
--pidfile=$PIDFILE $DAEMON_OPTS > /dev/null 2>&1 \
|| return 2
return $?
}