diff options
author | Herb Lewis <herb@samba.org> | 1998-02-11 11:38:09 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 1998-02-11 11:38:09 +0000 |
commit | 3e36ba5ffab937b530c829b2a2869eba1fb892c5 (patch) | |
tree | 3320de7532cfa7628be3f9bd5b204618f8743920 /packaging/SGI | |
parent | 749b9da5ba3abdc804ac3596379e0f6baeeb416a (diff) | |
download | samba-3e36ba5ffab937b530c829b2a2869eba1fb892c5.tar.gz samba-3e36ba5ffab937b530c829b2a2869eba1fb892c5.tar.bz2 samba-3e36ba5ffab937b530c829b2a2869eba1fb892c5.zip |
removed old unused test
(This used to be commit 88247f23c6b6f3a7972cee3ffc3a0f8d15a899e2)
Diffstat (limited to 'packaging/SGI')
-rwxr-xr-x | packaging/SGI/idb.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl index 993ec73f79..78d5eb1de8 100755 --- a/packaging/SGI/idb.pl +++ b/packaging/SGI/idb.pl @@ -92,9 +92,6 @@ while(@bins) { if ($nextfile eq "smbpasswd") { print IDB "f 4555 root sys usr/samba/bin/$nextfile source/$nextfile samba.sw.base\n"; } - elsif ($nextfile eq "psfixes.pl") { - print IDB "f 0755 root sys usr/samba/bin/$nextfile packaging/SGI/$nextfile samba.sw.base\n"; - } elsif ($nextfile eq "sambalp") { print IDB "f 0755 root sys usr/samba/bin/$nextfile packaging/SGI/$nextfile samba.sw.base\n"; } |