diff options
author | piernov <piernov@piernov.org> | 2012-03-06 12:34:36 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-05-13 16:22:16 +0200 |
commit | a54dda9b81137844376e82bd8092b2224a1e11b0 (patch) | |
tree | 3dd9633868dbfcb38faf3be38a9802a27d8ba2be /samba3-server | |
parent | 8fa223ec83bf67771f6330fc0db4fbf0968069f1 (diff) | |
download | nutyx-extra-a54dda9b81137844376e82bd8092b2224a1e11b0.tar.gz nutyx-extra-a54dda9b81137844376e82bd8092b2224a1e11b0.tar.bz2 nutyx-extra-a54dda9b81137844376e82bd8092b2224a1e11b0.tar.xz nutyx-extra-a54dda9b81137844376e82bd8092b2224a1e11b0.zip |
samba3-server 3.6.3-2 màj bootscript
(cherry picked from commit cbba63dda761e01a08772719113bc569638a3070)
Diffstat (limited to 'samba3-server')
-rwxr-xr-x | samba3-server/.footprint.i686 | 2 | ||||
-rwxr-xr-x | samba3-server/.footprint.x86_64 | 2 | ||||
-rwxr-xr-x | samba3-server/Pkgfile | 5 |
3 files changed, 4 insertions, 5 deletions
diff --git a/samba3-server/.footprint.i686 b/samba3-server/.footprint.i686 index 91589e53a..49f07515f 100755 --- a/samba3-server/.footprint.i686 +++ b/samba3-server/.footprint.i686 @@ -24,7 +24,7 @@ lrwxrwxrwx root/root etc/rc.d/rc5.d/S50winbind -> ../init.d/winbind drwxr-xr-x root/root etc/rc.d/rc6.d/ lrwxrwxrwx root/root etc/rc.d/rc6.d/K48samba -> ../init.d/samba lrwxrwxrwx root/root etc/rc.d/rc6.d/K49winbind -> ../init.d/winbind -drwxr-xr-x root/root etc/rc.d/rcsysinit.d/ +drwxr-xr-x root/root etc/rc.d/rcS.d/ drwxr-xr-x root/root etc/samba/ drwxr-xr-x root/root etc/samba/private/ -rwxr-xr-x root/root etc/samba/smb.conf diff --git a/samba3-server/.footprint.x86_64 b/samba3-server/.footprint.x86_64 index 91589e53a..49f07515f 100755 --- a/samba3-server/.footprint.x86_64 +++ b/samba3-server/.footprint.x86_64 @@ -24,7 +24,7 @@ lrwxrwxrwx root/root etc/rc.d/rc5.d/S50winbind -> ../init.d/winbind drwxr-xr-x root/root etc/rc.d/rc6.d/ lrwxrwxrwx root/root etc/rc.d/rc6.d/K48samba -> ../init.d/samba lrwxrwxrwx root/root etc/rc.d/rc6.d/K49winbind -> ../init.d/winbind -drwxr-xr-x root/root etc/rc.d/rcsysinit.d/ +drwxr-xr-x root/root etc/rc.d/rcS.d/ drwxr-xr-x root/root etc/samba/ drwxr-xr-x root/root etc/samba/private/ -rwxr-xr-x root/root etc/samba/smb.conf diff --git a/samba3-server/Pkgfile b/samba3-server/Pkgfile index 4e7fd9499..6e64cceda 100755 --- a/samba3-server/Pkgfile +++ b/samba3-server/Pkgfile @@ -7,14 +7,13 @@ name=samba3-server version=3.6.3 -release=1 +release=2 source=(http://us6.samba.org/samba/ftp/stable/samba-$version.tar.gz smb.conf) build() { source /etc/blfs-bootscripts -# wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 - wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2 + wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 tar xf $scripts-$scriptsversion.tar.bz2 cd $scripts-$scriptsversion make DESTDIR=$PKG install-samba |