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