|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../samba/samba.conf |
|
|
|
|
# Copyright (C) 2006 - 2012 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 - 2013 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
|
# |
|
|
|
@ -55,6 +55,9 @@ samba_pm ()
|
|
|
|
|
|
|
|
|
|
cp -vf smbadduser $bindir ; chmod 755 $bindir/smbadduser |
|
|
|
|
|
|
|
|
|
# install pkg-config files |
|
|
|
|
install -m 644 pkgconfig/*.pc $root$libdir/pkgconfig |
|
|
|
|
|
|
|
|
|
cd .. |
|
|
|
|
sed 's/; encrypt passwords = yes/ encrypt passwords = yes/' \ |
|
|
|
|
examples/smb.conf.default > $docdir/smb.conf |
|
|
|
|