From c5d895caa6ddff4c744d373b69cced989938a7ec Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 5 Feb 2012 15:44:48 +0000 Subject: [PATCH] [packages_10.03.2] oidentd: merge r28913 SVN-Revision: 30230 --- net/oidentd/Makefile | 4 ++-- net/oidentd/files/oidentd.init | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/oidentd/Makefile b/net/oidentd/Makefile index ef604315bd..9959c5f7e2 100644 --- a/net/oidentd/Makefile +++ b/net/oidentd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=oidentd PKG_VERSION:=2.0.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/ojnk diff --git a/net/oidentd/files/oidentd.init b/net/oidentd/files/oidentd.init index 2bdc34df69..4b4f309edb 100644 --- a/net/oidentd/files/oidentd.init +++ b/net/oidentd/files/oidentd.init @@ -1,11 +1,12 @@ #!/bin/sh /etc/rc.common -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org START=85 + start() { - /usr/sbin/oidentd -m -f 113 + service_start /usr/sbin/oidentd -m -f 113 } stop() { - killall oidentd + service_stop /usr/sbin/oidentd } -- 2.30.2