diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-08-29 05:55:39 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-08-29 05:55:39 +0000 |
commit | aed40d7894c1c4ec179c119859010d4fe170bcb8 (patch) | |
tree | 857d09dde91d3a31d48fe2d5fefcf8ee8f34db96 /net-dialup/ppp/files | |
parent | replace cp -a with cp -pPR (#103487) (diff) | |
download | gentoo-2-aed40d7894c1c4ec179c119859010d4fe170bcb8.tar.gz gentoo-2-aed40d7894c1c4ec179c119859010d4fe170bcb8.tar.bz2 gentoo-2-aed40d7894c1c4ec179c119859010d4fe170bcb8.zip |
replace GNU only parameters of cp command (#103487) and remove old test version
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-dialup/ppp/files')
-rw-r--r-- | net-dialup/ppp/files/digest-ppp-2.4.3-r6 | 3 | ||||
-rw-r--r-- | net-dialup/ppp/files/ip-up | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/net-dialup/ppp/files/digest-ppp-2.4.3-r6 b/net-dialup/ppp/files/digest-ppp-2.4.3-r6 deleted file mode 100644 index 7e13042c0ec3..000000000000 --- a/net-dialup/ppp/files/digest-ppp-2.4.3-r6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 848f6c3cafeb6074ffeb293c3af79b7c ppp-2.4.3.tar.gz 688092 -MD5 2d414249802b9791117666a8a7b01370 ppp-2.4.3-patches-20050514.tar.gz 28072 -MD5 9d2f3febf510c5b0cbb4dacba713a217 ppp-dhcpc.tgz 33497 diff --git a/net-dialup/ppp/files/ip-up b/net-dialup/ppp/files/ip-up index 29719562096f..5dee00ad32d4 100644 --- a/net-dialup/ppp/files/ip-up +++ b/net-dialup/ppp/files/ip-up @@ -28,7 +28,7 @@ if [ "$USEPEERDNS" ]; then } > $REALRESOLVCONF.tmp # backup the old configuration and install the new one - cp -a $REALRESOLVCONF $REALRESOLVCONF.pppd-backup + cp -dpP $REALRESOLVCONF $REALRESOLVCONF.pppd-backup mv $REALRESOLVCONF.tmp $REALRESOLVCONF # correct permissions |