summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <ks@samba.org>2007-10-17 13:20:22 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:38 -0500
commit1b73010d6a289b9e9514ecdfa198a6f8c686b948 (patch)
treeb6930f30d485b6a3af84e56707930eac0bef7daf
parent191cd0693a748b9902f68292b72edd787772e56a (diff)
downloadsamba-1b73010d6a289b9e9514ecdfa198a6f8c686b948.tar.gz
samba-1b73010d6a289b9e9514ecdfa198a6f8c686b948.tar.bz2
samba-1b73010d6a289b9e9514ecdfa198a6f8c686b948.zip
Add patch from Harald Koenig <koenig@science-computing.de>
Karolin (This used to be commit d5181378159b2e18c55e0f222bb76871d94b7f78)
-rw-r--r--docs/smbdotconf/misc/dfreecommand.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smbdotconf/misc/dfreecommand.xml b/docs/smbdotconf/misc/dfreecommand.xml
index d7fb675f27..de60c5e076 100644
--- a/docs/smbdotconf/misc/dfreecommand.xml
+++ b/docs/smbdotconf/misc/dfreecommand.xml
@@ -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">