diff options
-rw-r--r-- | devel/nexus2-oss/files/nexus2.in | 4 | ||||
-rw-r--r-- | devel/nexus2-oss/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/nexus2-oss/files/nexus2.in b/devel/nexus2-oss/files/nexus2.in index 0de24b408fac..fb651e6359d3 100644 --- a/devel/nexus2-oss/files/nexus2.in +++ b/devel/nexus2-oss/files/nexus2.in @@ -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" diff --git a/devel/nexus2-oss/pkg-plist b/devel/nexus2-oss/pkg-plist index 1907f7126350..4c9b5a197c09 100644 --- a/devel/nexus2-oss/pkg-plist +++ b/devel/nexus2-oss/pkg-plist @@ -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%% |