diff options
author | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-03-31 23:33:56 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-03-31 23:33:56 +0900 |
commit | 53d1ee22f55f0c8f5347f1ef400bf275afee65a6 (patch) | |
tree | 28e8bdf02a90676b801ccc02184d945e00363a97 /ChangeLog | |
parent | 0376f84ae920f0060afb52a02a79db6ca04cef09 (diff) | |
download | pbuilder-53d1ee22f55f0c8f5347f1ef400bf275afee65a6.tar pbuilder-53d1ee22f55f0c8f5347f1ef400bf275afee65a6.tar.gz |
391915: re-fix the applied patch, etc/$a inside buildplace was unconditionally removed.
"The fix for #391915 as applied in 0.165 isn't quite correct,
it still has an unconditional rm -f "$BUILDPLACE/etc/$a" outside
the check for an existing /etc/$a to copy into its place."
From Paul TBBle Hampson <Paul.Hampson@Pobox.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-03-31 Junichi Uekawa <dancer@debian.org> + + * pbuilder-modules: re-refix. 391915 + "The fix for #391915 as applied in 0.165 isn't quite correct, + it still has an unconditional rm -f "$BUILDPLACE/etc/$a" outside + the check for an existing /etc/$a to copy into its place." + From Paul TBBle Hampson <Paul.Hampson@Pobox.com> + 2007-03-30 Junichi Uekawa <dancer@debian.org> * pbuilder-user-mode-linux : '-n "${PBUILDER_COW}"' is not a good |