1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

Add patch from Harald Koenig <koenig@science-computing.de>

Karolin
This commit is contained in:
Karolin Seeger 2007-10-17 13:20:22 +00:00 committed by Gerald W. Carter
parent 0fab08aad4
commit d518137815

View File

@ -41,7 +41,7 @@
Where the script dfree (which must be made executable) could be:
<programlisting format="linespecific">
#!/bin/sh
df $1 | tail -1 | awk '{print $2&quot; &quot;$4}'
df $1 | tail -1 | awk '{print $(NF-4),$(NF-2)}'
</programlisting>
or perhaps (on Sys V based systems):
<programlisting format="linespecific">