diff options
author | Tobias Powalowski <tpowa@archlinux.org> | 2007-07-30 20:24:42 +0000 |
---|---|---|
committer | Tobias Powalowski <tpowa@archlinux.org> | 2007-07-30 20:24:42 +0000 |
commit | e3c06e981af869d6a00ec8cde34bde1e15cb53ad (patch) | |
tree | 4e441bd29655e7c475b162c82deada282ef9366b | |
parent | 6852a33372052c1374248f6727e6f7755aeadd30 (diff) |
'upgpgk: fixed nocpfs netfs bug and bump to don't panic release'2007.08
-rwxr-xr-x | netfs | 4 | ||||
-rwxr-xr-x | rc.sysinit | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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)" |