diff options
| author | Jo-Philipp Wich | 2011-09-25 19:51:36 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich | 2011-09-25 19:51:36 +0000 |
| commit | a7b83cbde9aa4dcd632e0d08187ceae687d8c92f (patch) | |
| tree | c1fbfb2901f81517beb3d52101a1833d93ff5164 | |
| parent | ba046c1efd2ede0d0c934ae464738afda7913d4d (diff) | |
| download | packages-a7b83cbde9aa4dcd632e0d08187ceae687d8c92f.tar.gz | |
r28302
SVN-Revision: 28303
| -rw-r--r-- | net/samba3/Makefile | 4 | ||||
| -rwxr-xr-x | 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 |