diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-06-08 04:33:37 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-06-08 04:33:37 +0000 |
commit | 4eba893b02334953b0f1bc082dcba6f930f9ff80 (patch) | |
tree | d6c7fbe5c5c657c34b7881384e1b9a1dc285e24d /source3/script/installscripts.sh | |
parent | d160d93d8fad563400aa1e1274437df1fbd4ecbf (diff) | |
download | samba-4eba893b02334953b0f1bc082dcba6f930f9ff80.tar.gz samba-4eba893b02334953b0f1bc082dcba6f930f9ff80.tar.xz samba-4eba893b02334953b0f1bc082dcba6f930f9ff80.zip |
- added comments to byteorder.h explaining how it works.
- fixed problem with installscripts if srcdir is not set
- fixed ptr init bug in interface.c
- changed default lookup type in nmblookup to match nbtstat under NT
- new quotas fixes for sunos and solaris
(This used to be commit e775576f026d282473256aeac6fef65a85acd98e)
Diffstat (limited to 'source3/script/installscripts.sh')
-rwxr-xr-x | source3/script/installscripts.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/installscripts.sh b/source3/script/installscripts.sh index a3defa16e1a..c27d41c36b5 100755 --- a/source3/script/installscripts.sh +++ b/source3/script/installscripts.sh @@ -16,8 +16,8 @@ for d in $BINDIR; do fi done -cp $SRCDIR/smbtar $BINDIR -cp $SRCDIR/addtosmbpass $BINDIR +cp ${SRCDIR}smbtar $BINDIR +cp ${SRCDIR}addtosmbpass $BINDIR echo Setting permissions on scripts chmod $INSTALLPERMS $BINDIR/smbtar chmod $INSTALLPERMS $BINDIR/addtosmbpass |