Unbreak after incomplete merge in r517133

PR:		242153
Reported by:	Michael Osipov <michael.osipov@siemens.com> (maintainer)
Approved by:	ports-secteam (joneum)
This commit is contained in:
Dmitri Goutnik 2019-11-22 16:16:04 +00:00
parent 90b2909afc
commit a8acb2ef36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q4/; revision=518151
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# $FreeBSD$
#
# PROVIDE: %%NEXUS_RC%%
# REQUIRE: LOGIN FILESYSTEMS
# REQUIRE: LOGIN FILESYSTEMS NETWORKING
# KEYWORD: shutdown
#
# Add the following line to /etc/rc.conf[.local] to enable Nexus:
@ -28,7 +28,7 @@ command=%%WRAPPER_CMD%%
command_args="%%ETCDIR%%/wrapper.conf wrapper.syslog.ident=%%NEXUS_RC%% \
wrapper.pidfile=${pidfile} wrapper.lockfile=%%RUNDIR%%/%%NEXUS_RC%%.lock \
wrapper.java.pidfile=%%RUNDIR%%/%%NEXUS_RC%%.java.pid wrapper.daemonize=TRUE \
wrapper.name=%%NEXUS_RC%% wrapper.displayname=Nexus\ Repository\ Manager\ OSS"
wrapper.name=%%NEXUS_RC%% wrapper.displayname=Nexus_Repository_Manager_OSS"
run_rc_command "$1"

View File

@ -315,8 +315,8 @@
%%DATADIR%%/nexus/WEB-INF/web.xml
%%DATADIR%%/nexus/favicon.ico
%%DATADIR%%/nexus/favicon.png
%%DATADIR%%/nexus/images/header_branding.png
%%DATADIR%%/nexus/images/nexus650x55.png
%%DATADIR%%/nexus/images/NexusRepoMngr_horiz_white+color@2x.png
%%DATADIR%%/nexus/images/NexusRepoMngr_withSonatype@3x.png
%%DATADIR%%/nexus/robots.txt
@dir(%%USER%%,%%GROUP%%,750) %%RUNDIR%%
@dir(%%USER%%,%%GROUP%%,750) %%LOGDIR%%