From d84538bed8fa100265c880856595608a718b4620 Mon Sep 17 00:00:00 2001 From: kyak Date: Fri, 2 Aug 2013 16:48:39 +0400 Subject: [PATCH] unrealircd: small fixes --- unrealircd/Makefile | 2 +- unrealircd/files/unrealircd.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 unrealircd/files/unrealircd.init 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() {