merge r31318
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 16 Apr 2012 19:33:53 +0000 (19:33 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 16 Apr 2012 19:33:53 +0000 (19:33 +0000)
SVN-Revision: 31320

net/netatalk/Makefile
net/netatalk/files/afpd.init

index 95bfa6c30388888c4647f5ae40707f419068d005..f3b762e3fc822660292dfbe93c209d55034d8757 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2009-2011 OpenWrt.org
+# Copyright (C) 2009-2012 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:=netatalk
 PKG_VERSION:=2.2.1
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=@SF/netatalk
index 4e92b1830889a3262ccbb9755d82a0807081de1d..8b1333984b8e01e22ed314620a0e197f743f6280 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh /etc/rc.common
-# Copyright (C) 2010-2011 OpenWrt.org
+# Copyright (C) 2010-2012 OpenWrt.org
 
 START=70
 
@@ -19,5 +19,5 @@ stop()
 
 reload()
 {
-       service_relaod /usr/sbin/afpd
+       service_reload /usr/sbin/afpd
 }