FreeBSD Bugzilla – Attachment 114495 Details for
Bug 156154
[patch] graphics/geoserver start script conflicts with net-im/openfire
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.26 KB, created by
littlesavage
on 2011-04-03 16:30:16 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
littlesavage
Created:
2011-04-03 16:30:16 UTC
Size:
1.26 KB
patch
obsolete
>diff -ruN graphics/geoserver.orig/Makefile graphics/geoserver/Makefile >--- graphics/geoserver.orig/Makefile 2011-04-03 15:05:25.000000000 +0400 >+++ graphics/geoserver/Makefile 2011-04-03 15:08:03.000000000 +0400 >@@ -7,6 +7,7 @@ > > PORTNAME= geoserver > PORTVERSION= 2.0.2 >+PORTREVISION= 1 > CATEGORIES= graphics geography java > MASTER_SITES= SF/${PORTNAME}/GeoServer/${PORTVERSION} > DISTNAME= ${PORTNAME}-${PORTVERSION}-bin >diff -ruN graphics/geoserver.orig/files/geoserver.in graphics/geoserver/files/geoserver.in >--- graphics/geoserver.orig/files/geoserver.in 2011-04-03 15:05:25.000000000 +0400 >+++ graphics/geoserver/files/geoserver.in 2011-04-03 15:06:53.000000000 +0400 >@@ -24,12 +24,16 @@ > : ${geoserver_user="root"} > : ${geoserver_chdir="%%GEOSERVERDIR%%"} > >+pidfile=${geoserver_pidfile:-"/var/run/geoserver.pid"} >+ >+java="%%JAVA%%" > java_args="-DGEOSERVER_DATA_DIR=%%GEOSERVERDIR%%/data_dir -Djava.awt.headless=true \ > -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -jar start.jar" > log_args=">> ${geoserver_stdout_log} 2>> ${geoserver_stderr_log}" > >-command="%%JAVA%%" >-command_args="${java_args} ${geoserver_flags} ${log_args} &" >+command="/usr/sbin/daemon" >+command_args="-p ${pidfile} ${java} ${java_args} ${geoserver_flags} ${log_args}" >+procname="${java}" > > start_precmd=logs_touch
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 156154
: 114495