summaryrefslogtreecommitdiffstats
path: root/packaging/SGI/idb.pl
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-08-07 18:56:12 +0000
committerHerb Lewis <herb@samba.org>1998-08-07 18:56:12 +0000
commit737a58c1568fd76afe32a78895ee09b1543a595d (patch)
treeb3883117de50f0dd5f69e81517a8dc1bbc6316e8 /packaging/SGI/idb.pl
parent996c5ac97a8d1443bc8abc59b9a10ff3aeb77389 (diff)
downloadsamba-737a58c1568fd76afe32a78895ee09b1543a595d.tar.gz
samba-737a58c1568fd76afe32a78895ee09b1543a595d.tar.xz
samba-737a58c1568fd76afe32a78895ee09b1543a595d.zip
add startswat.sh to automate starting swat with inetd
update make scripts to use new autoconfigure setup
Diffstat (limited to 'packaging/SGI/idb.pl')
-rwxr-xr-xpackaging/SGI/idb.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl
index 424c4ed1303..a211322fa98 100755
--- a/packaging/SGI/idb.pl
+++ b/packaging/SGI/idb.pl
@@ -166,6 +166,7 @@ while (@sorted) {
}
}
+print IDB "f 0755 root sys usr/samba/startswat.sh packaging/SGI/startswat.sh samba.sw.base\n";
print IDB "d 0755 root sys usr/samba/swat/ packaging/SGI/swat samba.sw.base\n";
while (@swatfiles) {
$nextfile = shift @swatfiles;