source: trunk/debathena/config/nsswitch-config/debian/addgroup.debathena @ 22768

Revision 22768, 95 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#!/usr/bin/perl
2$ENV{'NSS_NONLOCAL_IGNORE'} = 'ignore';
3do '/usr/sbin/adduser.debathena-orig';
Note: See TracBrowser for help on using the repository browser.