[packages] netatalk: Fix typo in init script (#11287)
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Mon, 16 Apr 2012 19:12:51 +0000 (19:12 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Mon, 16 Apr 2012 19:12:51 +0000 (19:12 +0000)
SVN-Revision: 31318

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

index 5aa5d08b9529390807216288acb75343b3b96975..60c106be66b89e78a4e205400176b617636dfa39 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
 }