1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03: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
+1 -1
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 \
Regular → Executable
+1 -1
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() {