FS#6829 - pacman ignores the --sysconfdir parameter in various places
Attached to Project:
Pacman
Opened by Marc - A. Dahlhaus (wraiden) - Friday, 06 April 2007, 21:08 GMT
Last edited by Roman Kyrylych (Romashka) - Tuesday, 05 June 2007, 14:29 GMT
Opened by Marc - A. Dahlhaus (wraiden) - Friday, 06 April 2007, 21:08 GMT
Last edited by Roman Kyrylych (Romashka) - Tuesday, 05 June 2007, 14:29 GMT
|
Details
Hello,
i found some places where the build automation for pacman should make use of the --sysconfdir parameter of the configure script. - the scripts in scripts/ include config files via hardcoded path to /etc. - some of the config files inside sysconfdir include other files via hardcoded path to /etc. - the default place for config-file should use the sysconfdir in place of the hardcoded /etc if no --with-config-file parameter is given. I could contribute patches for this problems if desired. Wraiden |
This task depends upon
Closed by Roman Kyrylych (Romashka)
Tuesday, 05 June 2007, 14:29 GMT
Reason for closing: Fixed
Additional comments about closing: in git
Tuesday, 05 June 2007, 14:29 GMT
Reason for closing: Fixed
Additional comments about closing: in git
* Seperate pacman ROOTDIR logic from configure-set paths, and make changes in the code accordingly
* Fix the ABS supfiles to respect @sysconfdir@ (or just remove mention of /etc/ from their headers)
etc/pacman.conf.in still references /etc
can someone place a tarball of the latest git content somewhere?
I´ll test my original scenario again and check if everything is nice now.
the default value for --with-config-file should use the --sysconfdir value as basedirectory and not the hardcoded etc.
http://linux.neptune-one.net/pacman/pacman-git.tar.bz2