Package: counter.li
Version: 2001-09-29
Author: Guillem Jover <guillem@hadrons.org>
Status: not-sent
Description:
 Converted df options to more portable ones.

diff -Naur orig/machine-update new/machine-update
--- orig/machine-update	Sun Oct 28 04:58:03 2001
+++ new/machine-update	Mon Oct 29 06:54:47 2001
@@ -276,7 +276,7 @@
     # Denis Havlik: <havlik@ap.univie.ac.at>
     # Blame is, of course, all mine - HTA -
 
-    open (TMP,"df -l |");
+    open (TMP,"df -x nfs -x ncpfs -x coda -x smbfs |");
     $HD=0;
     while (<TMP>) {
 	@line=split(/\s+/);
