summaryrefslogtreecommitdiff
path: root/packaging/freebsd/TODO
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-10-26 23:10:14 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-10-26 23:10:14 -0400
commit5a8f2f1b6e5557ef8680bd1025239dcfd3f6550f (patch)
tree6620d37c2617a0c61325f8113424994ac41f073f /packaging/freebsd/TODO
parent88b92e7c69e2c59ece19ff015d150e179c797655 (diff)
parentb1244f1dc98230fc04bde76a89e88d7fa0d08053 (diff)
Merge commit 'dkg/master'
Diffstat (limited to 'packaging/freebsd/TODO')
-rw-r--r--packaging/freebsd/TODO21
1 files changed, 0 insertions, 21 deletions
diff --git a/packaging/freebsd/TODO b/packaging/freebsd/TODO
deleted file mode 100644
index f482457..0000000
--- a/packaging/freebsd/TODO
+++ /dev/null
@@ -1,21 +0,0 @@
-This port is not ready yet.
-
-We also need to create the monkeysphere user in the pkg-install and
-remove it in pkg-deinstall. To do this, this page has useful tips:
-
-http://www.freebsd.org/doc/en/books/porters-handbook/dads-uid-and-gids.html
-
-and we'll have to copy scripts from existing ports that are suggested
-above, see:
-
-http://www.freebsd.org/cgi/cvsweb.cgi/ports/japanese/Wnn6/pkg-install
-http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/cvsup-mirror/pkg-install
-
-or just look around the ports tree for pkg-install files, they are
-usually for adding users.
-
-Finally the pkg-plist needs to be checked. The package hasn't been
-installed at all once yet, it only patches and builds.
-
-The port is therefore marked as IGNORE, which makes it unusable, comment
-out the IGNORE line in the Makefile to test.