epm

downside of Microsoft EPM Solution

We have been proposed by one of our consultants to use Microsoft EPM solution and wanted to gather some feedback, specifically downside of going with Microsoft EPM solution. Are there any good alternatives and What would you suggest ? ...

How can I create a FreeBSD package using EPM that has the ORIGIN @comment?

I'm building packages of our internal software products using EPM, and over time these packages (of which we have a large number) clutter up the output of pkg_delete and pkg_add with the following general kind of messages: err: pkg_add: package MYPACKAGE has no origin recorded I can see from some old FreeBSD lists that the +CONTENTS f...

How can I include file names that have '!' characters in packages created with EPM?

I'm packaging up some javascript using epm(1) on freebsd, and some of the doc files have ! characters, which causes packaging to fail: pkg_create -z -p / -s /tmp/release-xXkrY9/checkout -c pkg/advanis_9166_saas_advanisweb+www.comment -d pkg/advanis_9166_saas_advanisweb+www.descr -f pkg/advanis_9166_saas_advanisweb+www.plist advanis_9166...

What is the runtime environment of the %postinstall item in EPM

According to the EPM documentation it's possible in BSD packages to run a script post-installation. I'd like to invoke a script installed as part of the package, if possible, but to do so I need to know a few things about the runtime: What user will run the script? What environment variables are set when it runs? What is the CWD when t...