Fix rcscript path.

This commit is contained in:
ajacoutot 2012-04-22 11:43:36 +00:00
parent 0691c69586
commit 51b9e23926
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2011/12/17 22:01:13 sthen Exp $ # $OpenBSD: Makefile,v 1.5 2012/04/22 11:43:36 ajacoutot Exp $
COMMENT = remote backup software system COMMENT = remote backup software system
DISTNAME = BackupPC-3.2.1 DISTNAME = BackupPC-3.2.1
PKGNAME = ${DISTNAME:L} PKGNAME = ${DISTNAME:L}
REVISION = 1 REVISION = 2
CATEGORIES = sysutils CATEGORIES = sysutils

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/09/20 11:36:55 landry Exp $ @comment $OpenBSD: PLIST,v 1.2 2012/04/22 11:43:37 ajacoutot Exp $
bin/BackupPC bin/BackupPC
bin/BackupPC_Admin bin/BackupPC_Admin
bin/BackupPC_Admin.fcgi bin/BackupPC_Admin.fcgi
@ -155,5 +155,5 @@ share/examples/backuppc/httpd-backuppc.conf
@group @group
@exec cp -pr ${PREFIX}/share/backuppc/ /var/www/ @exec cp -pr ${PREFIX}/share/backuppc/ /var/www/
@unexec rm -Rf /var/www/backuppc/ @unexec rm -Rf /var/www/backuppc/
@rcscript /etc/rc.d/backuppc @rcscript ${RCDIR}/backuppc
@rcscript /etc/rc.d/wwbackuppc @rcscript ${RCDIR}/wwbackuppc