mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-02-07 19:01:55 +02:00
unrealircd: small fixes
This commit is contained in:
parent
9b6e25c984
commit
d84538bed8
@ -27,7 +27,7 @@ define Package/unrealircd
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/unrealircd/conffiles
|
define Package/unrealircd/conffiles
|
||||||
/etc/unrealircd.conf
|
/etc/unrealircd/unrealircd.conf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --with-showlistmodes \
|
CONFIGURE_ARGS+= --with-showlistmodes \
|
||||||
|
2
unrealircd/files/unrealircd.init
Normal file → Executable file
2
unrealircd/files/unrealircd.init
Normal file → Executable file
@ -3,7 +3,7 @@
|
|||||||
START=65
|
START=65
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
service_start /usr/bin/unrealircd 1>>/dev/null 2>>/dev/null
|
service_start /usr/bin/unrealircd
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user