diff options
author | Herb Lewis <herb@samba.org> | 1998-11-11 21:47:04 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 1998-11-11 21:47:04 +0000 |
commit | 41541a4c93555d076b1e78caae117d1fa3ae2277 (patch) | |
tree | 4dd26340fea23062f677b6504a8c1d08fa33a45d /packaging | |
parent | 719382a5579e8798812bbccd14a4c1ffd9003f7a (diff) | |
download | samba-41541a4c93555d076b1e78caae117d1fa3ae2277.tar.gz samba-41541a4c93555d076b1e78caae117d1fa3ae2277.tar.xz samba-41541a4c93555d076b1e78caae117d1fa3ae2277.zip |
add an empty STATUS..LCK to install so swat doesn't complain
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/SGI/STATUS..LCK | 0 | ||||
-rwxr-xr-x | packaging/SGI/idb.pl | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/packaging/SGI/STATUS..LCK b/packaging/SGI/STATUS..LCK new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/packaging/SGI/STATUS..LCK diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl index 4fb0d6bb9a2..aa51083189e 100755 --- a/packaging/SGI/idb.pl +++ b/packaging/SGI/idb.pl @@ -193,6 +193,7 @@ while (@swatfiles) { print IDB "d 0755 root sys usr/samba/var/ packaging/SGI samba.sw.base\n"; print IDB "d 0755 root sys usr/samba/var/locks/ packaging/SGI samba.sw.base\n"; +print IDB "f 0644 root sys usr/samba/var/locks/STATUS..LCK packaging/SGI/STATUS..LCK samba.sw.base\n"; print IDB "d 0755 root sys usr/share/catman/u_man/ packaging/SGI samba.man.manpages\n"; $olddirnum = "0"; |