summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-11-24 23:44:56 +0000
committerHerb Lewis <herb@samba.org>1998-11-24 23:44:56 +0000
commit2b7c30c8bf511e4c85fc34a55edd3effcd823785 (patch)
treefea71359a1b90943d1dd8b5645dacf98929dfa9b /packaging
parent362ba67d9f909e05bfa18798e4583bfeb55839b2 (diff)
downloadsamba-2b7c30c8bf511e4c85fc34a55edd3effcd823785.tar.gz
samba-2b7c30c8bf511e4c85fc34a55edd3effcd823785.tar.xz
samba-2b7c30c8bf511e4c85fc34a55edd3effcd823785.zip
get rid of removeop - causes error
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 f3cf4f24620..0061c3511f4 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 /usr/samba/scripts/removeswat.sh\")\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\")\n";
}
elsif ($filename eq "sambalp") {
print IDB "f 0755 root sys usr/samba/bin/$filename packaging/SGI/$filename samba.sw.base nostrip\n";