From e3c06e981af869d6a00ec8cde34bde1e15cb53ad Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 30 Jul 2007 20:24:42 +0000 Subject: 'upgpgk: fixed nocpfs netfs bug and bump to don't panic release' --- netfs | 4 ++-- rc.sysinit | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/netfs b/netfs index f1c8ed1..4a8a309 100755 --- a/netfs +++ b/netfs @@ -6,7 +6,7 @@ case "$1" in start) stat_busy "Mounting Network Filesystems" - /bin/mount -a -t nfs,smbfs,codafs,cifs,shfs,fuse,fuseblk + /bin/mount -a -t nfs,smbfs,codafs,ncpfs,cifs,shfs,fuse,fuseblk if [ $? -gt 0 ]; then stat_fail else @@ -16,7 +16,7 @@ case "$1" in ;; stop) stat_busy "Unmounting Network Filesystems" - umount -a -t nfs,smbfs,codafs,cifs,shfs,fuse,fuseblk + umount -a -t nfs,smbfs,codafs,ncpfs,cifs,shfs,fuse,fuseblk if [ $? -gt 0 ]; then stat_fail else diff --git a/rc.sysinit b/rc.sysinit index eaaa1cb..3e27a8e 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -7,7 +7,7 @@ . /etc/rc.d/functions echo " " -printhl "Arch Linux $C_OTHER(${C_H2}Duke$C_OTHER)\n" +printhl "Arch Linux $C_OTHER(${C_H2}Don't Panic$C_OTHER)\n" printhl "${C_H2}http://www.archlinux.org" printhl "Copyright 2002-2007 Judd Vinet" printhl "Distributed under the GNU General Public License (GPL)" -- cgit v1.2.3