Ticket #82 (closed enhancement: fixed)

Opened 6 years ago

Last modified 6 years ago

patch for the *.conf.d support

Reported by: s.wezel@… Owned by: pioto
Priority: Sometime Milestone:
Component: portage2paludis Version: 0.18.1
Keywords: Cc:
Blocked By: Blocking:
Distribution:

Description

I have changed the script so it now copies the files in the package.* directories to their corresponding *.conf.d directory. Instead to append them to the corresponding .conf file.

Attachments

portage2paludis.bash.patch Download (2.6 KB) - added by s.wezel@… 6 years ago.
portage2paludis.patch Download (2.7 KB) - added by s.wezel@… 6 years ago.
updated version according to piotos change requests

Change History

Changed 6 years ago by s.wezel@…

comment:1 Changed 6 years ago by pioto

Doing a cp is wrong, since we won't do the filtering we need to do (e.g. splitting comments onto different lines, sed s,,*, for keywords.conf, etc).

Also, instead of -! ... ? && ..., try using ... ?
(it's a little bit tighter)

Changed 6 years ago by s.wezel@…

updated version according to piotos change requests

comment:2 Changed 6 years ago by pioto

  • Status changed from new to closed
  • Resolution set to fixed

Thanks. A modified version of your patch is in r2832.

Note: See TracTickets for help on using tickets.