diff options
author | lx <lx@FreeBSD.org> | 2007-12-12 04:10:42 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2007-12-12 04:10:42 +0800 |
commit | b57caf047045a490842917518d846ac8ad69b02a (patch) | |
tree | 9958e0ba0b7295dc3bbd7f1e1f386caf88548c17 /security | |
parent | d3d455b2994ba2d1a9d5df819d09d13973aede3a (diff) | |
download | freebsd-ports-gnome-b57caf047045a490842917518d846ac8ad69b02a.tar.gz freebsd-ports-gnome-b57caf047045a490842917518d846ac8ad69b02a.tar.zst freebsd-ports-gnome-b57caf047045a490842917518d846ac8ad69b02a.zip |
Update to 2.4.1. Also fix a rather silly uninstall message, reported
by brd@.
Diffstat (limited to 'security')
-rw-r--r-- | security/samhain/Makefile | 2 | ||||
-rw-r--r-- | security/samhain/distinfo | 6 | ||||
-rw-r--r-- | security/samhain/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile index a4b6d6a01735..6fa7ead0a625 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= samhain -PORTVERSION= 2.3.7 +PORTVERSION= 2.4.1 CATEGORIES= security MASTER_SITES= http://la-samhna.de/archive/ \ http://redundancy.redundancy.org/mirror/ diff --git a/security/samhain/distinfo b/security/samhain/distinfo index 122ad26c5386..b3dfe353e0ff 100644 --- a/security/samhain/distinfo +++ b/security/samhain/distinfo @@ -1,3 +1,3 @@ -MD5 (samhain_signed-2.3.7.tar.gz) = d8452bd95454f2ea340252bf29e6f5ed -SHA256 (samhain_signed-2.3.7.tar.gz) = 436e2bb774a934cf62a30765104cfa97c2ba423ea2dd72b7adfb6f3e9ce6026b -SIZE (samhain_signed-2.3.7.tar.gz) = 1731820 +MD5 (samhain_signed-2.4.1.tar.gz) = dd6ca88d4d3465d43eb5d32dc8da8a19 +SHA256 (samhain_signed-2.4.1.tar.gz) = 04c128ddcd64f2bc614c95c73e90855c6fa626718e8fbd8f46626c8ee9fcf80e +SIZE (samhain_signed-2.4.1.tar.gz) = 1752445 diff --git a/security/samhain/pkg-plist b/security/samhain/pkg-plist index d828250f225d..c00339e3f141 100644 --- a/security/samhain/pkg-plist +++ b/security/samhain/pkg-plist @@ -4,7 +4,7 @@ %%YULE%%sbin/yule %%YULE%%sbin/yulectl %%YULE%%etc/rc.d/yule.sh -%%YULE%%@unexec echo "To delete the yule user permanently, use 'pw userdel ${USER}'" +%%YULE%%@unexec echo "To delete the yule user permanently, use 'pw userdel yule'" %%YULE%%@unexec rmdir /var/lib/yule 2>/dev/null || true %%SAMHAIN%%sbin/samhain %%SAMHAIN%%etc/rc.d/samhain.sh |