mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Strip .sh suffix for rc script for upcoming changes
This commit is contained in:
parent
ee518f4189
commit
df3396485b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197341
@ -23,7 +23,7 @@ DATADIR?= /var/db/mailgraph
|
||||
MAILGRAPH_USER?= ${WWWOWN}
|
||||
MAILGRAPH_GROUP?= ${WWWGRP}
|
||||
|
||||
USE_RC_SUBR= ${PORTNAME}.sh
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
SUB_LIST+= MAILGRAPH_USER=${MAILGRAPH_USER} MAILGRAPH_GROUP=${MAILGRAPH_GROUP}
|
||||
|
||||
MSG_FILE= ${PKGDIR}/pkg-message
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/mail/mailgraph/files/Attic/mailgraph.sh.in,v 1.2 2006-02-20 20:47:11 dougb Exp $
|
||||
# $FreeBSD$
|
||||
#
|
||||
# PROVIDE: mailgraph
|
||||
# REQUIRE: DAEMON
|
Loading…
Reference in New Issue
Block a user