[packages] netatalk: Fix typo in init script (#11287)
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Apr 2012 19:12:51 +0000 (19:12 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Apr 2012 19:12:51 +0000 (19:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31318 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 5aa5d08..60c106b 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 4e92b18..8b13339 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
 }