aboutsummaryrefslogtreecommitdiff
path: root/net/linneighborhood/pkg-message
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-04-20 06:16:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-04-20 06:16:18 +0000
commit8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch)
treead3f495c08f0cc331b6958d319f699d021175c19 /net/linneighborhood/pkg-message
parent0d9507efb9d902ba8e7fafa90edd7893d2f8db19 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'.release/5.4.0
Notes
Notes: svn path=/head/; revision=133724 svn path=/tags/RELEASE_5_4_0/; revision=133725; tag=release/5.4.0
Diffstat (limited to 'net/linneighborhood/pkg-message')
-rw-r--r--net/linneighborhood/pkg-message9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/linneighborhood/pkg-message b/net/linneighborhood/pkg-message
deleted file mode 100644
index e42459682b08..000000000000
--- a/net/linneighborhood/pkg-message
+++ /dev/null
@@ -1,9 +0,0 @@
-To mount shares with LinNeighborhood, there are the following possibilities:
- - run it as root. (not recommended)
- - give LinNeighborhood the suid flag (not recommended)
- - give mount_smbfs and umount the suid flag (very bad!)
- - install and configure sudo correctly and replace mount_smbfs and umount
- in the preferences by "sudo mount_smbfs" and "sudo umount" (recommended).
- Make sure, that all sudo rules concerning mount and umount have the
- NOPASSWD flag. Otherwise two password questions might occur (one
- from sudo and one from mount_smbfs) which will definitely go wrong.