Commit Graph

7 Commits

Author SHA1 Message Date
op
e99aee537c update plan9/u9fs to 20210125
This switches plan9/u9fs to another upstream which has seen some small
development over the time, following what other package repositories
already did: https://bitbucket.org/plan9-from-bell-labs/u9fs

port-wise:

 - tweak the COMMENT
 - drop unneeded patches
 - install u9fs in sbin/ rather than bin/
 - install the manpage (and tweak it so it's useful in here.)

maintainer timeout, ok sthen@
2022-09-11 07:25:10 +00:00
naddy
acbb89678d drop RCS Ids 2022-03-11 19:49:07 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
czarkoff
ed618bc3e7 New email for MAINTAINER 2016-09-14 11:10:53 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
jasper
c31ae32b24 import u9fs
U9fs is a program that serves Unix files to Plan 9 machines using the 9P
protocol. Its standard input and output are connected to a network
connection, typically TCP on an Ethernet. It assumes Plan 9 uids match
Unix login names, and changes to the corresponding Unix effective uid
when processing requests. Characters in file and directory names
unacceptable to Plan 9 are translated into a three-character sequence:
followed by two hexadecimal digits. U9fs serves both 9P1 (the 9P
protocol as used by the second and third editions of Plan 9) and 9P2000.

from Stanley Lieber (MAINTAINER), with some tweaks by me.
ok sthen@
2011-03-16 08:44:49 +00:00