Revision 22768,
78 bytes
checked in by tabbott, 17 years ago
(diff) |
Make it possible to add new users/groups with the same name as Athena
users and groups.
* debathena/libnss-nonlocal/: If NSS_NONLOCAL_IGNORE is set, pretend
that nonlocal information doesn't exist.
* config/nsswitch-config/debian/: Divert and wrap adduser, useradd,
groupadd, addgroup, dpkg to set NSS_NONLOCAL_IGNORE when adding new
accounts both manually and when installing new packages.
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | export NSS_NONLOCAL_IGNORE=ignore |
---|
3 | /usr/bin/dpkg.debathena-orig "$@" |
---|
Note: See
TracBrowser
for help on using the repository browser.