summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-12-06 07:26:47 +0000
committerHerb Lewis <herb@samba.org>1998-12-06 07:26:47 +0000
commit4df00f9148ea45abc935e58e3541ac1a79b73055 (patch)
tree9d48123466f0f515db9e4eca0b8f2a16deeee1c5 /packaging
parentba7cba7de22c066604f8643b66bc8ab8b2083717 (diff)
downloadsamba-4df00f9148ea45abc935e58e3541ac1a79b73055.tar.gz
samba-4df00f9148ea45abc935e58e3541ac1a79b73055.tar.xz
samba-4df00f9148ea45abc935e58e3541ac1a79b73055.zip
one more try at getting the removeop correct.
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 da843508584..cc446272731 100755
--- a/packaging/SGI/idb.pl
+++ b/packaging/SGI/idb.pl
@@ -115,7 +115,7 @@ while(@bins) {
print IDB "f 0755 root sys usr/samba/bin/$filename packaging/SGI/$filename samba.sw.base\n";
}
elsif ($filename eq "swat") {
- print IDB "f 4755 root sys usr/samba/bin/$filename source/$nextfile samba.sw.base nostrip preop(\"chroot \$rbase /etc/init.d/samba stop\") exitop(\"chroot \$rbase /usr/samba/scripts/startswat.sh\") removeop(\"chroot $rbase cp /etc/inetd.conf /etc/inetd.O ; chroot $rbase sed -e '/^swat/D' -e '/^#SWAT/D' /etc/inetd.O >/etc/inetd.conf; /etc/killall -HUP inetd || true\")\n";
+ print IDB "f 4755 root sys usr/samba/bin/$filename source/$nextfile samba.sw.base nostrip preop(\"chroot \$rbase /etc/init.d/samba stop\") exitop(\"chroot \$rbase /usr/samba/scripts/startswat.sh\") removeop(\"chroot \$rbase /sbin/cp /etc/inetd.conf /etc/inetd.conf.O ; chroot \$rbase /sbin/sed -e '/^swat/D' -e '/^#SWAT/D' /etc/inetd.conf.O >/etc/inetd.conf; /etc/killall -HUP inetd || true\")\n";
}
elsif ($filename eq "sambalp") {
print IDB "f 0755 root sys usr/samba/bin/$filename packaging/SGI/$filename samba.sw.base nostrip\n";