well what's the latest version then?
i've got

osx: 10.1.2
fink --version:
Package manager version: 0.9.7
Distribution version: 0.3.2a

is there any way I can test why ($username) = getpwuid($sb[4]);
isn't working correctly?? in order to use it/test it, what do I have to do?


On Donnerstag, Januar 24, 2002, at 01:32 Uhr, Justin Hallett wrote:

looks like an older version of fink maybe. what do you get from fink
--version

[EMAIL PROTECTED] writes:
justin,

where did you exactly find that code?

what I did was to check the SelfUpdate.pm in:
/sw/lib/perl5/Fink/SelfUpdate.pm

I found the following:

if ($sb[4] != 0 and $> != $sb[4]) {
($username) = getpwuid($sb[4]);
$cmd = "su $username -c '$cmd'";
$msg .= "The 'su' command will be used to run the cvs command as
the ".
"user '$username'. ";
}

¸.·´^`·.,][JFH][`·.,¸¸.·´][JFH][¸.·´^`·.,
Justin F. Hallett
CAISnet Inc.
2nd Floor, 11635 - 160 Street
Edmonton, AB, Canada T5M 3Z3
Phone: (780)-408-3094
Fax: (780)-454-3200
E-Mail: [EMAIL PROTECTED]
http://www.caisnet.com/
¸.·´^`·.,][JFH][`·.,¸¸.·´][JFH][¸.·´^`·.,

Reply via email to