convert to pkg-readmes

ok ajacoutot@
This commit is contained in:
okan 2012-05-13 17:03:43 +00:00
parent 9c58e35e58
commit 0e4b9e0b5c
3 changed files with 13 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2012/02/20 07:58:31 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.12 2012/05/13 17:03:43 okan Exp $
COMMENT-main= simple SMTP client
COMMENT-chroot= simple SMTP client for chrooted web servers
@ -9,7 +9,7 @@ PKGNAME-main= femail-${V}
PKGNAME-chroot= femail-chroot-${V}
CATEGORIES= mail
REVISION-chroot=0
REVISION-chroot=1
HOMEPAGE= http://bulabula.org/femail/

View File

@ -1,7 +1,9 @@
@comment $OpenBSD: PLIST-chroot,v 1.3 2011/03/22 09:45:51 ajacoutot Exp $
@comment $OpenBSD: PLIST-chroot,v 1.4 2012/05/13 17:03:43 okan Exp $
usr/
usr/sbin/
@bin bin/femail
@mode 0555
@sample usr/sbin/sendmail
@mode
@cwd ${LOCALBASE}/share/doc/pkg-readmes
${FULLPKGNAME}

View File

@ -1,3 +1,11 @@
$OpenBSD: README-chroot,v 1.1 2012/05/13 17:03:43 okan Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
Setup with httpd from OpenBSD base system
=========================================
By default, femail will use `localhost' for smtphost. Make sure to
review FAQ Section 10.16 discussing name resolution with httpd(8)'s
default chroot(2).