[opencoe-cvs] coekernel/src/OS/src/OS/LINUX_I686/bin OS_get_disk_data,1.3,1.4
Status: Alpha
Brought to you by:
rbroberg
From: <rbr...@us...> - 2003-11-02 16:05:38
|
Update of /cvsroot/opencoe/coekernel/src/OS/src/OS/LINUX_I686/bin In directory sc8-pr-cvs1:/tmp/cvs-serv28773 Modified Files: OS_get_disk_data Log Message: 20031102:rb:832571 - LINUX OS_get_disk_data fails on long mounts 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.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OS_get_disk_data 2 Nov 2003 16:01:25 -0000 1.3 --- OS_get_disk_data 2 Nov 2003 16:05:35 -0000 1.4 *************** *** 11,15 **** my $dir; ! @data=coeExec("/bin/df -k"); shift (@data); --- 11,15 ---- my $dir; ! @data=coeExec("/bin/df -Pk"); shift (@data); |