[systemd-commits] src/shared

Lennart Poettering lennart at kemper.freedesktop.org
Mon Jul 15 15:18:45 PDT 2013


 src/shared/util.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit dac70dc77769f32b202ab07984687593de22f6b3
Author: Frederic Crozat <fcrozat at suse.com>
Date:   Mon Jul 15 18:33:57 2013 +0200

    util: recognize 'ncp' as an alias to 'ncpfs'
    
    ncp is also used for Netware mount point, recognize it as such. Fixes
    https://bugzilla.novell.com/show_bug.cgi?id=828905.

diff --git a/src/shared/util.c b/src/shared/util.c
index ceee6f2..5c7204a 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -1610,6 +1610,7 @@ bool fstype_is_network(const char *fstype) {
                 "cifs\0"
                 "smbfs\0"
                 "ncpfs\0"
+                "ncp\0"
                 "nfs\0"
                 "nfs4\0"
                 "gfs\0"



More information about the systemd-commits mailing list