Skip to content

Commit

Permalink
fix sshfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Sep 18, 2022
1 parent c6e31b7 commit 05c299f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conf/netbsd-8.0.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VM_SHUTDOWN_CMD="/sbin/shutdown -p now"
VM_INSTALL_CMD="/usr/sbin/pkg_add"

VM_RSYNC_PKG="rsync"
VM_SSHFS_PKG="sshfs-fuse"
VM_SSHFS_PKG="fuse-sshfs"
VM_PRE_INSTALL_PKGS="tree"

VM_LOGIN_TAG="NetBSD/amd64 (localhost) (console)"
Expand Down
2 changes: 1 addition & 1 deletion conf/netbsd-8.1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VM_SHUTDOWN_CMD="/sbin/shutdown -p now"
VM_INSTALL_CMD="/usr/sbin/pkg_add"

VM_RSYNC_PKG="rsync"
VM_SSHFS_PKG="sshfs-fuse"
VM_SSHFS_PKG="fuse-sshfs"
VM_PRE_INSTALL_PKGS="tree"

VM_LOGIN_TAG="NetBSD/amd64 (localhost) (console)"
Expand Down
2 changes: 1 addition & 1 deletion conf/netbsd-8.2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VM_SHUTDOWN_CMD="/sbin/shutdown -p now"
VM_INSTALL_CMD="/usr/sbin/pkg_add"

VM_RSYNC_PKG="rsync"
VM_SSHFS_PKG="sshfs-fuse"
VM_SSHFS_PKG="fuse-sshfs"
VM_PRE_INSTALL_PKGS="tree"

VM_LOGIN_TAG="NetBSD/amd64 (localhost) (console)"
Expand Down
2 changes: 1 addition & 1 deletion conf/netbsd-9.0.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VM_SHUTDOWN_CMD="/sbin/shutdown -p now"
VM_INSTALL_CMD="/usr/sbin/pkg_add"

VM_RSYNC_PKG="rsync"
VM_SSHFS_PKG="sshfs-fuse"
VM_SSHFS_PKG="fuse-sshfs"
VM_PRE_INSTALL_PKGS="tree"


Expand Down
2 changes: 1 addition & 1 deletion conf/netbsd-9.1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VM_SHUTDOWN_CMD="/sbin/shutdown -p now"
VM_INSTALL_CMD="/usr/sbin/pkg_add"

VM_RSYNC_PKG="rsync"
VM_SSHFS_PKG="sshfs-fuse"
VM_SSHFS_PKG="fuse-sshfs"
VM_PRE_INSTALL_PKGS="tree"


Expand Down
2 changes: 1 addition & 1 deletion conf/netbsd-9.2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VM_SHUTDOWN_CMD="/sbin/shutdown -p now"
VM_INSTALL_CMD="/usr/sbin/pkg_add"

VM_RSYNC_PKG="rsync"
VM_SSHFS_PKG="sshfs-fuse"
VM_SSHFS_PKG="fuse-sshfs"
VM_PRE_INSTALL_PKGS="tree"


Expand Down

0 comments on commit 05c299f

Please sign in to comment.