summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2002-05-24 19:41:53 +0000
committerHerb Lewis <herb@samba.org>2002-05-24 19:41:53 +0000
commit05a03cc99eaaa147467c1639b1c2ff5de8e3a026 (patch)
treebf88a0ce0f379cf1757a6574c6700f2f519227eb /packaging
parentf47e7fc14ac2c948ee13a795aa73135bcac50a73 (diff)
downloadsamba-05a03cc99eaaa147467c1639b1c2ff5de8e3a026.tar.gz
samba-05a03cc99eaaa147467c1639b1c2ff5de8e3a026.tar.xz
samba-05a03cc99eaaa147467c1639b1c2ff5de8e3a026.zip
use findsmb from scripts directory
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/SGI/idb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl
index 0c903ea93f5..ff30c450a71 100755
--- a/packaging/SGI/idb.pl
+++ b/packaging/SGI/idb.pl
@@ -111,7 +111,7 @@ system("cp -f ../swat/README ../packaging/SGI/swat");
chdir $curdir;
# add my local files to the list of binaries to install
-@bins = sort byfilename (@sprogs,@progs,@progs1,@progs2,@mprogs,@scripts,@winbind_progs,@winbind_sprogs,("/findsmb","/sambalp","/smbprint"));
+@bins = sort byfilename (@sprogs,@progs,@progs1,@progs2,@mprogs,@scripts,@winbind_progs,@winbind_sprogs,("/sambalp","/smbprint"));
@nsswitch = sort byfilename (@winbind_lprogs,@winbind_pam_progs);