diff options
author | Gerald Carter <jerry@samba.org> | 2002-05-09 13:52:06 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-05-09 13:52:06 +0000 |
commit | 3de73897e7083520ac123b399cd823ce61a4d475 (patch) | |
tree | 11948289003ca82cc9f1dd328672ef4c7e95635e /source3/script | |
parent | 0e6247187b14ba271aad47b7b6b2b7737dd66947 (diff) | |
download | samba-3de73897e7083520ac123b399cd823ce61a4d475.tar.gz samba-3de73897e7083520ac123b399cd823ce61a4d475.tar.bz2 samba-3de73897e7083520ac123b399cd823ce61a4d475.zip |
merge from SAMBA_2_2
(This used to be commit 7382c3013d7b630ba7229a1d12104b8f7edfd9ca)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/findsmb.in (renamed from source3/script/findsmb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/findsmb b/source3/script/findsmb.in index 04bc608050..d2aa94591b 100755 --- a/source3/script/findsmb +++ b/source3/script/findsmb.in @@ -15,7 +15,7 @@ # that workgroup. # -$SAMBABIN = "/usr/bin"; +$SAMBABIN = "@prefix@/bin"; for ($i = 0; $i < 2; $i++) { # test for -d option and broadcast address $_ = shift; |