some packaging improvements

This commit is contained in:
lars 2005-12-01 18:22:05 +00:00
parent 59098ce7cb
commit 89d1ddb8fa
9 changed files with 11 additions and 7 deletions

View File

@ -1 +0,0 @@
link cbox-tree.d/usr/share/doc/cryptobox/changelog

View File

@ -1,6 +1,6 @@
/etc/cron.d/cryptobox
/etc/cryptobox/cryptobox.conf
/etc/cryptobox/ssl-cert.conf
/etc/cryptobox/revision
/etc/default/cryptobox
/etc/cron.d/cryptobox
/etc/init.d/cryptobox

View File

@ -3,7 +3,8 @@ Version: 0.3.0-1
Section: base
Priority: optional
Architecture: all
Depends: bash (>=2.0), sed (>=4.0), coreutils, grep (>=2.0), perl, httpd-cgi, iptables, sysutils, samba, stunnel, hashalot, libconfig-perl, cryptsetup-luks, dmsetup, cron
Depends: bash (>=2.0), sed (>=4.0), coreutils, grep (>=2.0), perl, httpd-cgi, hashalot, libconfigfile-perl, cryptsetup-luks, dmsetup
Suggests: stunnel, cron, iptables, samba
Maintainer: Lars Kruse <devel@sumpfralle.de>
Description: Web interface for encrypting fileserver
This bundle of scripts and cgis allow you to manage an encrypted harddisk

View File

@ -1,7 +1,7 @@
#!/bin/sh
# add the cryptobox startup script to /etc/rc?.d
update-rc.d cryptobox 98
update-rc.d cryptobox defaults 98
# start it
if invoke-rc.d cryptobox status

View File

@ -1,7 +1,7 @@
#!/bin/sh
# shut down
invoke-rc.d cryptobox stop
# remove symlinks in /etc/rc?.d
[ "$1" = "purge" ] && update-rc.d cryptobox remove
# return without error
true

3
DEBIAN/prerm Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
invoke-rc.d crpyotbox status && invoke-rc.d cryptobox stop

1
changelog.gz Normal file
View File

@ -0,0 +1 @@
link cbox-tree.d/usr/share/doc/cryptobox/changelog.gz

Binary file not shown.