mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-01-19 03:21:05 +02:00
unrealircd: small fixes
This commit is contained in:
parent
9b6e25c984
commit
d84538bed8
@ -27,7 +27,7 @@ define Package/unrealircd
|
||||
endef
|
||||
|
||||
define Package/unrealircd/conffiles
|
||||
/etc/unrealircd.conf
|
||||
/etc/unrealircd/unrealircd.conf
|
||||
endef
|
||||
|
||||
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() {
|
||||
service_start /usr/bin/unrealircd 1>>/dev/null 2>>/dev/null
|
||||
service_start /usr/bin/unrealircd
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user