From 58422d12f2e930220a2a4ad71c87d2587aa4bb97 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 25 Sep 2011 19:50:30 +0000 Subject: [PATCH] samba3: don't source /etc/functions.sh in the initscript, rc.local takes care of that in cross-compile firendly way SVN-Revision: 28302 --- net/samba3/Makefile | 4 ++-- net/samba3/files/samba.init | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 622dc3eba..1a101015d 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2010 OpenWrt.org +# Copyright (C) 2008-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=samba3 PKG_VERSION:=3.0.24 -PKG_RELEASE:=7 +PKG_RELEASE:=8 PKG_MD5SUM:=89273f67a6d8067cbbecefaa13747153 PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/samba/old-versions/ diff --git a/net/samba3/files/samba.init b/net/samba3/files/samba.init index 76fcae9d9..ad8f26850 100755 --- a/net/samba3/files/samba.init +++ b/net/samba3/files/samba.init @@ -1,11 +1,8 @@ #!/bin/sh /etc/rc.common # Copyright (C) 2008-2010 OpenWrt.org -. /etc/functions.sh - START=60 - smb_header() { local name local workgroup -- 2.30.2