/[cvs]/nfo/perl/scripts/umltools/sue
ViewVC logotype

Annotation of /nfo/perl/scripts/umltools/sue

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (vendor branch)
Tue Oct 22 02:25:56 2002 UTC (21 years, 6 months ago) by joko
Branch: nfo, MAIN
CVS Tags: v000, HEAD
Changes since 1.1: +0 -0 lines
+ initial import


1 joko 1.1 #!/bin/sh
2    
3     user=$1
4    
5     if test -z $user; then
6     exit;
7     fi
8    
9     tty=`tty`
10    
11     # change ownership of tty-device
12     chown $user $tty
13    
14     # do normal user switch
15     su $user
16    

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed