[Bug 1873519] Re: Package should own adduser.conf
Chris Carlin
1873519 at bugs.launchpad.net
Sun Jul 10 02:32:26 UTC 2022
** Description changed:
- Right now /etc/adduser.conf is generated by a postinst script, which
- means the file doesn't end up getting listed as owned by adduser.
+ /etc/adduser.conf isn't recorded as belonging to the package, but this
+ is addressed easily by adding adduser.conf to the debian/install file.
+
+ adduser.conf is generated by a postinst script, so it isn't covered by
+ the normal install stuff. Regardless, it seems to become registered by
+ just adding it to the install file on the same line as deluser.conf,
+ which is already there.
I often customize deployments using the config-package-dev extension to
Debhelper, but this relies on package ownership to manage config files.
- Maybe this is an easy request, to add /etc/adduser.conf as an owned file
- instead of a generated one? It seems odd that it isn't owned already.
+ Hopefully this is a trivial suggestion.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to adduser in Ubuntu.
https://bugs.launchpad.net/bugs/1873519
Title:
Package should own adduser.conf
Status in adduser package in Ubuntu:
New
Bug description:
/etc/adduser.conf isn't recorded as belonging to the package, but this
is addressed easily by adding adduser.conf to the debian/install file.
adduser.conf is generated by a postinst script, so it isn't covered by
the normal install stuff. Regardless, it seems to become registered by
just adding it to the install file on the same line as deluser.conf,
which is already there.
I often customize deployments using the config-package-dev extension
to Debhelper, but this relies on package ownership to manage config
files.
Hopefully this is a trivial suggestion.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adduser/+bug/1873519/+subscriptions
More information about the foundations-bugs
mailing list