Path: utzoo!mnetor!uunet!husc6!hao!gatech!purdue!i.cc.purdue.edu!j.cc.purdue.edu!pur-ee!uiucdcs!bradley!brad From: brad@bradley.UUCP Newsgroups: comp.sys.att Subject: More on UNIXPC Fixes Message-ID: <9300061@bradley> Date: 15 Feb 88 22:44:00 GMT Lines: 15 Nf-ID: #N:bradley:9300061:000:300 Nf-From: bradley.UUCP!brad Feb 15 16:44:00 1988 Off hand I could find the source for the new uasig or uasetx, but here is what I did, as soon as I find them I will post them. main(ac,av) { getuid(); if(uid != install_id) setuid(getuid()); execv("/usr/lib/ua/uasig.n", av); } then make uasig.n 751 and make uasig (the program above) 6751.