--- assp.pl.orig Thu Jan 13 23:25:31 2005
+++ assp.pl Thu Jan 13 23:26:49 2005
mlog('',"Switched real gid to $gid ($gname)");
- mlog('',"Failed to switch real gid to $gid ($gname) -- real uid=$(");
+ mlog('',"Failed to switch real gid to $gid ($gname) -- real gid=$(");
# do it both ways so linux and bsd are happy
- $<=$uid; $>=$uid; $<=$uid; $>=$uid;
mlog('',"Switched effective uid to $uid ($uname)");
mlog('',"Failed to switch effective uid to $uid ($uname) -- real uid=$< -- quitting");
die "Failed to switch effective uid to $uid ($uname) -- real uid=$< -- quitting";
mlog('',"Switched real uid to $uid ($uname)");