1
0
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:
kyak 2013-08-02 16:48:39 +04:00
parent 9b6e25c984
commit d84538bed8
2 changed files with 2 additions and 2 deletions

View File

@ -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
View 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() {