aboutsummaryrefslogtreecommitdiff
path: root/examples/db5.1/db.p5m
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-12-19 13:02:54 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-12-19 13:05:12 +0400
commit3e567218b60d7f885e769e1a2a07d84d38f11c13 (patch)
treef43668e026c492f304f4c827fc4b567ca85b1963 /examples/db5.1/db.p5m
parentfdcf880b3c8c67f08453f553474a551e9707d29d (diff)
downloadcibs-3e567218b60d7f885e769e1a2a07d84d38f11c13.tar.gz
Update examples
Diffstat (limited to 'examples/db5.1/db.p5m')
-rw-r--r--examples/db5.1/db.p5m26
1 files changed, 26 insertions, 0 deletions
diff --git a/examples/db5.1/db.p5m b/examples/db5.1/db.p5m
new file mode 100644
index 0000000..6e6b737
--- /dev/null
+++ b/examples/db5.1/db.p5m
@@ -0,0 +1,26 @@
+set name=pkg.fmri value=pkg:/database/db-$(db-ver)@$(ips-version)
+set name=pkg.summary value="$(summary), utilities"
+set name=info.upstream-url value="$(home)"
+set name=info.source-url value="$(download)"
+
+license $(license-file) license="$(license)"
+
+
+
+# Rename db_foo -> db<version>_foo
+<transform file path=.*/bin/db_.* -> set action.hash %(path)>
+<transform file path=.*/bin/db_.* -> edit path db_ db-$(db-ver)_>
+
+file path=usr/bin/db_dump
+file path=usr/bin/db_archive
+file path=usr/bin/db_replicate
+file path=usr/bin/db_deadlock
+file path=usr/bin/db_verify
+file path=usr/bin/db_upgrade
+file path=usr/bin/db_stat
+file path=usr/bin/db_checkpoint
+file path=usr/bin/db_printlog
+file path=usr/bin/db_hotbackup
+file path=usr/bin/db_recover
+file path=usr/bin/db_log_verify
+file path=usr/bin/db_load