diff options
author | znerd <znerd@FreeBSD.org> | 2002-03-04 23:19:12 +0000 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-03-04 23:19:12 +0000 |
commit | 4022e371eba8a402ae9717e317bf3cbfd3e5092e (patch) | |
tree | aace23719a9009a7fb7cc251e2568989cb120ce5 /www/orion-devel/pkg-plist | |
parent | b6ecbc88d621b95621e0072cec4cc213f506b276 (diff) | |
download | FreeBSD-ports-4022e371eba8a402ae9717e317bf3cbfd3e5092e.zip FreeBSD-ports-4022e371eba8a402ae9717e317bf3cbfd3e5092e.tar.gz |
Changes:
0) Uses 'www' user and group instead of 'orion' user and group
1) Added pkg-install to add www user and group if necessary
2) Fixed STARTUP_ORDER at 020 because the pkg-plist supports no
other value
3) Executing pkg-install from the pre-install target
4) Fixed the pkg-plist (it's different because Orion is not
automatically started and it creates some files at first
startup)
5) Bumped PORTREVISION to 3
Diffstat (limited to 'www/orion-devel/pkg-plist')
-rw-r--r-- | www/orion-devel/pkg-plist | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/www/orion-devel/pkg-plist b/www/orion-devel/pkg-plist index 0441fb4..328df70 100644 --- a/www/orion-devel/pkg-plist +++ b/www/orion-devel/pkg-plist @@ -1,9 +1,5 @@ -etc/rc.d/orion.sh +etc/rc.d/020.orion.sh bin/orionctl -%%T%%/application-deployments/default/defaultWebApp/ -%%T%%/application-deployments/default/defaultWebApp/orion-web.xml -%%T%%/application-deployments/default/defaultWebApp/persistence -%%T%%/application-deployments/default/defaultWebApp/persistence/state.ser %%T%%/config/database-schemas/hypersonic.xml %%T%%/config/database-schemas/ms-access.xml %%T%%/config/database-schemas/ms-sql.xml @@ -322,9 +318,8 @@ bin/orionctl %%T%%/orion.jar %%T%%/tools.jar %%T%%/mail.jar -@dirrm %%T%%/application-deployments/default/defaultWebApp/persistence -@dirrm %%T%%/application-deployments/default/defaultWebApp -@dirrm %%T%%/application-deployments/default +%%T%%/crimson.jar +%%T%%/jaas.jar @dirrm %%T%%/application-deployments @dirrm %%T%%/config/database-schemas @dirrm %%T%%/config @@ -402,5 +397,3 @@ bin/orionctl @dirrm %%T%%/persistence/ejb @dirrm %%T%%/persistence @dirrm %%T%% -@unexec pw groupdel orion || true -@unexec pw userdel orion || true |