Add missing RCS id. Protect variable names.
This commit is contained in:
parent
5e9a799ce8
commit
67eef87141
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.171 2010/11/09 08:55:32 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.172 2010/11/09 08:58:06 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -13,7 +13,7 @@ PKGNAME-server= mysql-server-${VERSION}
|
||||
PKGNAME-tests= mysql-tests-${VERSION}
|
||||
CATEGORIES= databases
|
||||
|
||||
REVISION-server=0
|
||||
REVISION-server=1
|
||||
|
||||
V= MySQL-5.1
|
||||
MASTER_SITES= ${MASTER_SITE_MYSQL:=Downloads/$V/}
|
||||
|
@ -1,4 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: mysqld.rc,v 1.2 2010/11/09 08:58:06 ajacoutot Exp $
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
@ -13,7 +15,7 @@ rc_reload() {
|
||||
}
|
||||
|
||||
rc_start() {
|
||||
$daemon $daemon_flags >/dev/null 2>&1 &
|
||||
${daemon} ${daemon_flags} >/dev/null 2>&1 &
|
||||
}
|
||||
|
||||
rc_stop() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user