summaryrefslogtreecommitdiff
path: root/community/inputattach/inputattach.install
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-01 22:46:45 +0000
committerroot <root@rshg047.dnsready.net>2011-06-01 22:46:45 +0000
commite7b9c9697e6a50c3b9e78941fa95ba11c716d238 (patch)
tree4df601d78b5a2009ebeea5f01afe1f6e2beb8ca4 /community/inputattach/inputattach.install
parent311d0420d77867bdb1066d38743e68e596a17ce5 (diff)
Wed Jun 1 22:46:45 UTC 2011
Diffstat (limited to 'community/inputattach/inputattach.install')
-rw-r--r--community/inputattach/inputattach.install6
1 files changed, 2 insertions, 4 deletions
diff --git a/community/inputattach/inputattach.install b/community/inputattach/inputattach.install
index b5381e14a..d705bceaf 100644
--- a/community/inputattach/inputattach.install
+++ b/community/inputattach/inputattach.install
@@ -1,18 +1,16 @@
## arg 1: the new package version
post_upgrade() {
- (( $(vercmp 1.24-3 $2) > 0 )) && cat <<MSG
+ (( $(vercmp 1.24-3 $2) > 0 )) && cat <<EOF
ATTENTION:
/etc/conf.d/inputattach.conf has been replaced by /etc/conf.d/inputattach
Make sure you adjust the new config file, which has a new format.
-MSG
+EOF
}
post_install() {
cat << EOF
-
The correct device mode and /dev device file will need to be set in
/etc/conf.d/inputattach before starting /etc/rc.d/inputattach
-
EOF
}