summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-11-25 23:09:29 +0000
committerHerb Lewis <herb@samba.org>1998-11-25 23:09:29 +0000
commitf91be6bba992fc80212934343e80f43b87ad9c0d (patch)
tree126c59347440e963e489e24c3b66666f8ef7fca0
parent5d80dc7bf8c67a5d7cb32b1f4d07c886ff772347 (diff)
downloadsamba-f91be6bba992fc80212934343e80f43b87ad9c0d.tar.gz
add removeop in different place now
-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 0061c3511f4..fd6e8a88862 100755
--- a/packaging/SGI/idb.pl
+++ b/packaging/SGI/idb.pl
@@ -88,7 +88,7 @@ chdir $curdir;
open(IDB,">samba.idb") || die "Unable to open samba.idb for output\n";
-print IDB "f 0644 root sys etc/config/samba packaging/SGI/samba.config samba.sw.base config(update)\n";
+print IDB "f 0644 root sys etc/config/samba packaging/SGI/samba.config samba.sw.base config(update) removeop(\"chroot \$rbase /usr/samba/scripts/removeswat.sh\")\n";
print IDB "f 0755 root sys etc/init.d/samba packaging/SGI/samba.rc samba.sw.base\n";
print IDB "l 0000 root sys etc/rc0.d/K39samba packaging/SGI samba.sw.base symval(../init.d/samba)\n";
print IDB "l 0000 root sys etc/rc2.d/S81samba packaging/SGI samba.sw.base symval(../init.d/samba)\n";