diff --git a/unrealircd/Makefile b/unrealircd/Makefile index 539654b..d2c9ed4 100644 --- a/unrealircd/Makefile +++ b/unrealircd/Makefile @@ -27,7 +27,7 @@ define Package/unrealircd endef define Package/unrealircd/conffiles -/etc/unrealircd.conf +/etc/unrealircd/unrealircd.conf endef CONFIGURE_ARGS+= --with-showlistmodes \ diff --git a/unrealircd/files/unrealircd.init b/unrealircd/files/unrealircd.init old mode 100644 new mode 100755 index 4ff8255..040e737 --- a/unrealircd/files/unrealircd.init +++ b/unrealircd/files/unrealircd.init @@ -3,7 +3,7 @@ START=65 start() { - service_start /usr/bin/unrealircd 1>>/dev/null 2>>/dev/null + service_start /usr/bin/unrealircd } stop() {