I just did a quick look in /etc/init.d and there are references to smbfs in
three files, but no mention of cifs.  I assume that patching the files
to duplicate the mentions of smbfs with cifs is the correct thing to do to
make operations work properly, but I was wondering how do I submit the
patches to a proper maintainer of the packaged files?


mountnfs.sh:    if test "$fstype" = smbfs
mountnfs.sh:    test "$mount_smb" = yes && mount -a -t smbfs
networking:          grep -q "^/ smbfs$"; then
networking:          grep -qE '^(nfs|smbfs|ncp|coda)$'; then
networking:          grep -q "^/ smbfs$"; then
networking:          grep -qE '^(nfs|smbfs|ncp|coda)$'; then
umountnfs.sh:   if test "$fstype" = nfs ||  test "$fstype" = smbfs ||  test
"$fstype" = ncpfs
_______________________________________________
Angstrom-distro-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to