Remove bogus first line.

Don't hardcode /usr/local.
This commit is contained in:
ajacoutot 2012-02-18 00:50:10 +00:00
parent 8e8a8f185d
commit 40e41c0e63
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.1 2012/02/17 21:44:58 mglocker Exp $
# $OpenBSD: Makefile,v 1.2 2012/02/18 00:50:10 ajacoutot Exp $
COMMENT = network discovery tool
DISTNAME = nedi-bsd-1.0.7
PKGNAME = nedi-1.0.7
REVISION = 0
EXTRACT_SUFX = .tgz
CATEGORIES = net

View File

@ -1,5 +1,4 @@
------------------------8<------------------------
$OpenBSD: README,v 1.1 2012/02/17 21:41:08 mglocker Exp $
$OpenBSD: README,v 1.2 2012/02/18 00:50:10 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -9,9 +8,9 @@ Basic installation
==================
Initialize MySQL and PHP Apache modules (if not already done):
/usr/local/bin/mysql_install_db
${LOCALBASE}/bin/mysql_install_db
${SYSCONFDIR}/rc.d/mysqld start
/usr/local/bin/mysqladmin -u root password 'changeme'
${LOCALBASE}/bin/mysqladmin -u root password 'changeme'
ln -fs /var/www/conf/modules.sample/php-${MODPHP_VERSION}.conf \
/var/www/conf/modules/php.conf