=== modified file 'clients.conf' --- clients.conf 2008-08-27 01:18:25 +0000 +++ clients.conf 2008-09-21 13:42:34 +0000 @@ -55,7 +55,7 @@ ;fingerprint = 3e393aeaefb84c7e89e2f547b3a107558fca3a27 ; ;# If "secret" is not specified, a file can be read for the data. -;;secfile = /etc/mandos/bar-secret.txt.asc +;secfile = /etc/mandos/bar-secret.bin ; ;# An IP address for host is also fine, if the checker accepts it. ;host = 192.0.2.3 === modified file 'debian/control' --- debian/control 2008-09-21 04:22:50 +0000 +++ debian/control 2008-09-21 13:42:34 +0000 @@ -3,7 +3,8 @@ Priority: extra Maintainer: Mandos Maintainers Build-Depends: debhelper (>= 7), docbook-xsl, libavahi-core-dev, - libgpgme11-dev, libgnutls-dev, xsltproc, po-debconf + libgpgme11-dev, libgnutls-dev, xsltproc, po-debconf, + pkg-config Standards-Version: 3.8.0 Vcs-Bzr: ftp://anonymous@ftp.fukt.bsnet.se/pub/mandos/latest Homepage: http://www.fukt.bsnet.se/mandos === modified file 'debian/mandos.prerm' --- debian/mandos.prerm 2008-09-21 12:04:02 +0000 +++ debian/mandos.prerm 2008-09-21 13:42:34 +0000 @@ -17,7 +17,7 @@ case "$1" in remove|deconfigure) - if [ -x /etc/init.d/ssh ]; then + if [ -x /etc/init.d/mandos ]; then if [ -x /usr/sbin/invoke-rc.d ]; then invoke-rc.d mandos stop else