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/cryptobox.conf
/etc/cryptobox/ssl-cert.conf /etc/cryptobox/ssl-cert.conf
/etc/cryptobox/revision /etc/cryptobox/revision
/etc/default/cryptobox /etc/default/cryptobox
/etc/cron.d/cryptobox
/etc/init.d/cryptobox /etc/init.d/cryptobox

View file

@ -3,7 +3,8 @@ Version: 0.3.0-1
Section: base Section: base
Priority: optional Priority: optional
Architecture: all 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> Maintainer: Lars Kruse <devel@sumpfralle.de>
Description: Web interface for encrypting fileserver Description: Web interface for encrypting fileserver
This bundle of scripts and cgis allow you to manage an encrypted harddisk This bundle of scripts and cgis allow you to manage an encrypted harddisk

View file

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

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# shut down
invoke-rc.d cryptobox stop
# remove symlinks in /etc/rc?.d # remove symlinks in /etc/rc?.d
[ "$1" = "purge" ] && update-rc.d cryptobox remove [ "$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.