diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 1000f7d87450..5e812cd76dc9 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -3,6 +3,7 @@ PORTNAME= tripwire PORTVERSION= 2.4.3.7 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= cy@FreeBSD.org diff --git a/security/tripwire/files/pkg-deinstall.in b/security/tripwire/files/pkg-deinstall.in index 3f931d83f1a9..fa7bcb05b856 100644 --- a/security/tripwire/files/pkg-deinstall.in +++ b/security/tripwire/files/pkg-deinstall.in @@ -6,25 +6,7 @@ POST-DEINSTALL) return 0 fi if [ -d %%TWCFG%% -o -d %%TWDB%% ]; then - unset ANS - echo - while [ -z "$ANS" ]; do - echo If permanently deleting this package, - echo %%TWCFG%% and %%TWDB%% may be removed. - echo Do you wish to delete %%TWCFG%% - echo -n and %%TWDB%%? '(yes/no) -: ' - read ANS - case $ANS in - [Yy]|[Yy][Ee][Ss]) - rm -rf %%TWCFG%% %%TWDB%% - ;; - [Nn]|[Nn][Oo]) - ;; - *) echo Answer must be yes or no. - echo - unset ANS - ;; - esac - done + echo If permanently deleting this package, + echo %%TWCFG%% and %%TWDB%% may be removed. fi esac