On Wed, Apr 19, 2006 at 10:34:29AM -0500, ext David D. Hagood wrote: > Don wrote: > >Maemo 1.2 SDK? The easiest way to get the Maemo 1.1 SDK is by getting > >the following executable: > > > >http://repository.maemo.org/stable/1.1/installer/installer > > This script is broken on NIS machines, as it only consults /etc/passwd, > and does not ypcat password. There really ought to be a check for NIS > active in the script. > > Changing the "cat /etc/passwd" to "ypcat passwd" allowed this to work on > my system.
getent passwd is a more appropriate general-use replacement, assuming your NSS library is set up correctly.
signature.asc
Description: Digital signature
_______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
