Package: tiger Version: 1:3.2.1-28 Severity: normal Tags: patch Hi,
I get mails of the form --CONFIG-- [con010c] Filesystem 'cifs' used by '//srv-fileserver.server/bastiank' is not recognised as a local filesystem Here is a patch which adds cifs to the recognised file systems. --- gen_mounts.orig 2005-09-23 16:14:26.000000000 +0200 +++ gen_mounts 2005-09-23 16:14:09.000000000 +0200 @@ -113,6 +113,7 @@ [ "$1" = "nfsd" ] && LOCAL=1 [ "$1" = "ncpfs" ] && LOCAL=1 [ "$1" = "smbfs" ] && LOCAL=1 + [ "$1" = "cifs" ] && LOCAL=1 [ "$1" = "coda" ] && LOCAL=1 [ "$1" = "rpc_pipefs" ] && LOCAL=1 # Skip these as they are virtual filesystems Regards, Bastian -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (900, 'unstable'), (800, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13-ck5-treasure1 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

