[opencoe-cvs] coekernel/src/OS/src/OS/LINUX_I686/bin OS_add_group,1.7,1.8 OS_add_user,1.9,1.10 OS_de
Status: Alpha
Brought to you by:
rbroberg
|
From: <rbr...@us...> - 2003-11-02 16:01:33
|
Update of /cvsroot/opencoe/coekernel/src/OS/src/OS/LINUX_I686/bin In directory sc8-pr-cvs1:/tmp/cvs-serv27736 Modified Files: OS_add_group OS_add_user OS_delete_group OS_delete_user OS_get_disk_data OS_get_group_data OS_get_next_gid OS_get_next_uid OS_get_uid OS_get_user_data OS_get_user_group_data OS_mod_user Log Message: 20031102:rb:834603 - OS perl scripts using /usr/bin/perl Index: OS_add_group =================================================================== RCS file: /cvsroot/opencoe/coekernel/src/OS/src/OS/LINUX_I686/bin/OS_add_group,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** OS_add_group 18 Aug 2003 02:11:34 -0000 1.7 --- OS_add_group 2 Nov 2003 16:01:25 -0000 1.8 *************** *** 1,3 **** ! #!/usr/bin/perl -T -I/h/COE/lib -w use strict; --- 1,3 ---- ! #!/h/COE/Comp/PERL5/bin/perl -T -I/h/COE/lib -w use strict; Index: OS_add_user =================================================================== RCS file: /cvsroot/opencoe/coekernel/src/OS/src/OS/LINUX_I686/bin/OS_add_user,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** OS_add_user 18 Aug 2003 02:11:34 -0000 1.9 --- OS_add_user 2 Nov 2003 16:01:25 -0000 1.10 *************** *** 1,3 **** ! #!/usr/bin/perl -T -I/h/COE/lib -w -U #- the -U flag is used to overcome insecure warning on mkdir --- 1,3 ---- ! #!/h/COE/Comp/PERL5/bin/perl -T -I/h/COE/lib -w -U #- the -U flag is used to overcome insecure warning on mkdir Index: OS_delete_group =================================================================== RCS file: /cvsroot/opencoe/coekernel/src/OS/src/OS/LINUX_I686/bin/OS_delete_group,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** OS_delete_group 18 Aug 2003 02:11:34 -0000 1.7 --- OS_delete_group 2 Nov 2003 16:01:25 -0000 1.8 *************** *** 1,3 **** ! #!/usr/bin/perl -T -I/h/COE/lib -w use strict; --- 1,3 ---- ! #!/h/COE/Comp/PERL5/bin/perl -T -I/h/COE/lib -w use strict; Index: OS_delete_user =================================================================== RCS file: /cvsroot/opencoe/coekernel/src/OS/src/OS/LINUX_I686/bin/OS_delete_user,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** OS_delete_user 18 Aug 2003 02:11:34 -0000 1.7 --- OS_delete_user 2 Nov 2003 16:01:25 -0000 1.8 *************** *** 1,3 **** ! #!/usr/bin/perl -T -I/h/COE/lib -w use strict; --- 1,3 ---- ! #!/h/COE/Comp/PERL5/bin/perl -T -I/h/COE/lib -w use strict; Index: OS_get_disk_data =================================================================== RCS file: /cvsroot/opencoe/coekernel/src/OS/src/OS/LINUX_I686/bin/OS_get_disk_data,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OS_get_disk_data 15 Jun 2002 00:54:10 -0000 1.2 --- OS_get_disk_data 2 Nov 2003 16:01:25 -0000 1.3 *************** *** 1,3 **** ! #!/usr/bin/perl -T -I /h/COE/lib -w use Coe; --- 1,3 ---- ! #!/h/COE/Comp/PERL5/bin/perl -T -I /h/COE/lib -w use Coe; Index: OS_get_group_data =================================================================== RCS file: /cvsroot/opencoe/coekernel/src/OS/src/OS/LINUX_I686/bin/OS_get_group_data,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** OS_get_group_data 18 Aug 2003 02:11:34 -0000 1.6 --- OS_get_group_data 2 Nov 2003 16:01:25 -0000 1.7 *************** *** 1,3 **** ! #!/usr/bin/perl -T -I/h/COE/lib -U #- The -U flag is to force /usr/bin/groups --- 1,3 ---- ! #!/h/COE/Comp/PERL5/bin/perl -T -I/h/COE/lib -U #- The -U flag is to force /usr/bin/groups Index: OS_get_next_gid =================================================================== RCS file: /cvsroot/opencoe/coekernel/src/OS/src/OS/LINUX_I686/bin/OS_get_next_gid,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** OS_get_next_gid 18 Aug 2003 02:11:34 -0000 1.6 --- OS_get_next_gid 2 Nov 2003 16:01:25 -0000 1.7 *************** *** 1,3 **** ! #!/usr/bin/perl -T -I/h/COE/lib #- the -w flag gives a "Use of unitialized value in substr" error in Coe.lib --- 1,3 ---- ! #!/h/COE/Comp/PERL5/bin/perl -T -I/h/COE/lib #- the -w flag gives a "Use of unitialized value in substr" error in Coe.lib Index: OS_get_next_uid =================================================================== RCS file: /cvsroot/opencoe/coekernel/src/OS/src/OS/LINUX_I686/bin/OS_get_next_uid,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** OS_get_next_uid 18 Aug 2003 02:11:34 -0000 1.7 --- OS_get_next_uid 2 Nov 2003 16:01:25 -0000 1.8 *************** *** 1,3 **** ! #!/usr/bin/perl -T -I/h/COE/lib #- the use of the -w flag generates "Use of uninitialized value in substr" in Coe.pm --- 1,3 ---- ! #!/h/COE/Comp/PERL5/bin/perl -T -I/h/COE/lib #- the use of the -w flag generates "Use of uninitialized value in substr" in Coe.pm Index: OS_get_uid =================================================================== RCS file: /cvsroot/opencoe/coekernel/src/OS/src/OS/LINUX_I686/bin/OS_get_uid,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OS_get_uid 15 Jun 2002 00:54:10 -0000 1.2 --- OS_get_uid 2 Nov 2003 16:01:26 -0000 1.3 *************** *** 1,3 **** ! #!/usr/bin/perl -T -I/h/COE/lib -w #- the use of -w generates "Use of uninitialized value in substr" in Coe.pm --- 1,3 ---- ! #!/h/COE/Comp/PERL5/bin/perl -T -I/h/COE/lib -w #- the use of -w generates "Use of uninitialized value in substr" in Coe.pm Index: OS_get_user_data =================================================================== RCS file: /cvsroot/opencoe/coekernel/src/OS/src/OS/LINUX_I686/bin/OS_get_user_data,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** OS_get_user_data 18 Aug 2003 02:11:34 -0000 1.8 --- OS_get_user_data 2 Nov 2003 16:01:26 -0000 1.9 *************** *** 1,3 **** ! #!/usr/bin/perl -T -I/h/COE/lib -w use strict; --- 1,3 ---- ! #!/h/COE/Comp/PERL5/bin/perl -T -I/h/COE/lib -w use strict; Index: OS_get_user_group_data =================================================================== RCS file: /cvsroot/opencoe/coekernel/src/OS/src/OS/LINUX_I686/bin/OS_get_user_group_data,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** OS_get_user_group_data 18 Aug 2003 02:11:34 -0000 1.6 --- OS_get_user_group_data 2 Nov 2003 16:01:26 -0000 1.7 *************** *** 1,3 **** ! #!/usr/bin/perl -T -I/h/COE/lib -U # The -U forces the insecure dependency in /usr/bin/groups --- 1,3 ---- ! #!/h/COE/Comp/PERL5/bin/perl -T -I/h/COE/lib -U # The -U forces the insecure dependency in /usr/bin/groups Index: OS_mod_user =================================================================== RCS file: /cvsroot/opencoe/coekernel/src/OS/src/OS/LINUX_I686/bin/OS_mod_user,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** OS_mod_user 18 Aug 2003 02:11:34 -0000 1.8 --- OS_mod_user 2 Nov 2003 16:01:26 -0000 1.9 *************** *** 1,3 **** ! #!/usr/bin/perl -T -I/h/COE/lib -w use strict; --- 1,3 ---- ! #!/h/COE/Comp/PERL5/bin/perl -T -I/h/COE/lib -w use strict; |