git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
cf8cb85
)
i2pd: remove unneeded functions.sh
author
Dirk Neukirchen
<redacted>
Tue, 2 Mar 2021 19:10:03 +0000
(20:10 +0100)
committer
Dirk Neukirchen
<redacted>
Tue, 2 Mar 2021 19:10:03 +0000
(20:10 +0100)
its included via rc.common, see
https://openwrt.org/docs/guide-developer/config-scripting
Signed-off-by: Dirk Neukirchen <redacted>
net/i2pd/files/i2pd.init
patch
|
blob
|
history
diff --git
a/net/i2pd/files/i2pd.init
b/net/i2pd/files/i2pd.init
index 30dddae109e0b9a59f5406183b1b134356a462a3..4f8c75c58c4fc60571ea436b0cb282d44b53b30c 100755
(executable)
--- a/
net/i2pd/files/i2pd.init
+++ b/
net/i2pd/files/i2pd.init
@@
-14,7
+14,6
@@
PIDFILE=/var/run/i2pd.pid
DATADIR=/var/lib/i2pd
CONFFILE=/etc/i2pd/i2pd.conf
-. /lib/functions.sh
i2pd_start() {
git clone https://git.99rst.org/PROJECT