summaryrefslogtreecommitdiff
path: root/packaging/SGI/idb.pl
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-01-14 07:17:37 +0000
committerHerb Lewis <herb@samba.org>1998-01-14 07:17:37 +0000
commit5dd1eb4e32f95bd1d8f5da3ca30c7a0fc4ef87c0 (patch)
tree58bfa99075c698a0690a16c9ed65c57c3a69ba91 /packaging/SGI/idb.pl
parent195c36a5d97e46a7a37824fe34065d4be58f73b3 (diff)
downloadsamba-5dd1eb4e32f95bd1d8f5da3ca30c7a0fc4ef87c0.tar.gz
samba-5dd1eb4e32f95bd1d8f5da3ca30c7a0fc4ef87c0.tar.bz2
samba-5dd1eb4e32f95bd1d8f5da3ca30c7a0fc4ef87c0.zip
README describe inst package version number correctly
idb.pl fix some permission problems with shell scripts sambalp new script supplied by Alan Stebbens that can run setuid to properly print banner page for known users. smb.conf use new sambalp by default. psfixes.pl remove - now handled by sambalp (This used to be commit 129aab955c069206109461e31f2b0244d8586908)
Diffstat (limited to 'packaging/SGI/idb.pl')
-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 698d566a73..c698a7f60a 100755
--- a/packaging/SGI/idb.pl
+++ b/packaging/SGI/idb.pl
@@ -146,7 +146,7 @@ while (@allfiles) {
print IDB "d 0755 root sys usr/samba/src/$nextfile $nextfile samba.src.samba\n";
}
else {
- if (grep(/SGI/ & (/\.sh$/ | /\.pl$/ | /mkman$/),$nextfile)) {
+ if (grep((/\.sh$/ | /\.pl$/ | /mkman$/),$nextfile)) {
print IDB "f 0755 root sys usr/samba/src/$nextfile $nextfile samba.src.samba\n";
}
else {