aboutsummaryrefslogtreecommitdiff
path: root/news/inn/pkg-install
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-03-30 12:52:38 +0000
committerClement Laforet <clement@FreeBSD.org>2004-03-30 12:52:38 +0000
commitd334590ce1e6fabc09728f2adfa38ee6b1b1fe62 (patch)
tree5f77c549302895c4f9a8cf5158195e9f68c14802 /news/inn/pkg-install
parent4aec323f51cfcf9cde597881da023cec7c792512 (diff)
downloadports-d334590ce1e6fabc09728f2adfa38ee6b1b1fe62.tar.gz
ports-d334590ce1e6fabc09728f2adfa38ee6b1b1fe62.zip
- Preserve config files permissions to reduce inncheck warnings.
Notes
Notes: svn path=/head/; revision=105693
Diffstat (limited to 'news/inn/pkg-install')
-rw-r--r--news/inn/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/inn/pkg-install b/news/inn/pkg-install
index d351162bd33d..f3345e3dccac 100644
--- a/news/inn/pkg-install
+++ b/news/inn/pkg-install
@@ -20,7 +20,7 @@ case $2 in
else
echo "[NO]"
echo " Installing ${f} to ${REALFILE}"
- cp ${f} ${REALFILE}
+ cp -p ${f} ${REALFILE}
fi
done
;;