On Thu, Aug 07, 2008 at 05:30:37AM -0700, [EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] ~> sudo agi install fish > sudo: agi: command not found
did you set up fish as a root shell? if not, this can't work, because sudo will be calling bash and that won't have agi defined. if you set fish as root shell it still is questionable if this can work. sudo copies the environment to the root shell, but i doubt it can copy functions. does this work with bash? or do you have the function agi defined as root as well? greetings, martin. -- cooperative communication with sTeam - caudium, pike, roxen and unix offering: programming, training and administration - anywhere in the world -- pike programmer working in china community.gotpike.org unix system- iaeste.(tuwien.ac|or).at open-steam.org administrator caudium.org is.schon.org Martin Bähr http://www.iaeste.or.at/~mbaehr/ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
