diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2002-08-12 08:52:34 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2002-08-12 08:52:34 +0000 |
commit | 63a6242128f96cdbb1187f1c52086942f85f5b21 (patch) | |
tree | 24172dbcfb27e9108c70cb60f850aeab7d9a2b9f /www/orion | |
parent | 3f61f0e76cedc5d762a3a2c363d77a5dd865f1c3 (diff) |
Notes
Diffstat (limited to 'www/orion')
-rw-r--r-- | www/orion/Makefile | 3 | ||||
-rw-r--r-- | www/orion/files/orion.properties | 2 | ||||
-rw-r--r-- | www/orion/pkg-plist | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/www/orion/Makefile b/www/orion/Makefile index 6e0f5a6838a4..c66b2bd1c815 100644 --- a/www/orion/Makefile +++ b/www/orion/Makefile @@ -113,6 +113,7 @@ do-install: @${ECHO_CMD} -n ">> Copying files to destination directory..." @${CP} -R ${WRKSRC}/* ${APP_HOME} + @${CP} ${PATCHDIR}/orion.properties ${APP_HOME} @${CP} ${WRKDIR}/default-web-site.xml ${WRKDIR}/rmi.xml ${APP_HOME}/config @${ECHO_CMD} " [ DONE ]" @@ -126,7 +127,7 @@ do-install: @${ECHO_CMD} -n ">> Compiling and installing control program..." @${SED} \ -e "/%%JAVA_ARGS%%/s///g" \ - -e "/%%JAR_ARGS%%/s///g" \ + -e "/%%JAR_ARGS%%/s//\"-p\",/g" \ ${WRKDIR}/daemonctl.c > ${WRKDIR}/daemonctl_.c @cd ${WRKDIR} && ${CC} -ansi -o ${CONTROL_SCRIPT_NAME} daemonctl_.c @${CP} ${WRKDIR}/${CONTROL_SCRIPT_NAME} ${CONTROL_SCRIPT} diff --git a/www/orion/files/orion.properties b/www/orion/files/orion.properties new file mode 100644 index 000000000000..130fd10eda41 --- /dev/null +++ b/www/orion/files/orion.properties @@ -0,0 +1,2 @@ +# Properties read by Orion on startup +# diff --git a/www/orion/pkg-plist b/www/orion/pkg-plist index 67b0c7ddb733..b0397f455df6 100644 --- a/www/orion/pkg-plist +++ b/www/orion/pkg-plist @@ -317,6 +317,7 @@ bin/orionctl %%T%%/taglibassembler.jar %%T%%/parser.jar %%T%%/orionconsole.jar +%%T%%/orion.properties %%T%%/orion.jar %%T%%/tools.jar %%T%%/mail.jar |