summaryrefslogtreecommitdiffstats
path: root/tools/templates/core_pkg/rc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/templates/core_pkg/rc')
-rw-r--r--tools/templates/core_pkg/rc/metadir/+DESC3
-rw-r--r--tools/templates/core_pkg/rc/metadir/+MANIFEST15
-rw-r--r--tools/templates/core_pkg/rc/pkg-plist1
3 files changed, 19 insertions, 0 deletions
diff --git a/tools/templates/core_pkg/rc/metadir/+DESC b/tools/templates/core_pkg/rc/metadir/+DESC
new file mode 100644
index 0000000..18e12fe
--- /dev/null
+++ b/tools/templates/core_pkg/rc/metadir/+DESC
@@ -0,0 +1,3 @@
+%%PRODUCT_NAME%% rc script
+
+WWW: %%PRODUCT_URL%%
diff --git a/tools/templates/core_pkg/rc/metadir/+MANIFEST b/tools/templates/core_pkg/rc/metadir/+MANIFEST
new file mode 100644
index 0000000..3099d1f
--- /dev/null
+++ b/tools/templates/core_pkg/rc/metadir/+MANIFEST
@@ -0,0 +1,15 @@
+name: "%%PRODUCT_NAME%%-rc"
+version: "%%VERSION%%"
+origin: "security/%%PRODUCT_NAME%%-rc"
+comment: <<EOD
+%%PRODUCT_NAME%% rc script
+EOD
+maintainer: development@pfsense.org
+prefix: /
+deps: {
+
+}
+categories [ security, ]
+licenselogic: single
+licenses: [ BSD2CLAUSE, ]
+options: { }
diff --git a/tools/templates/core_pkg/rc/pkg-plist b/tools/templates/core_pkg/rc/pkg-plist
new file mode 100644
index 0000000..3cdb92d
--- /dev/null
+++ b/tools/templates/core_pkg/rc/pkg-plist
@@ -0,0 +1 @@
+/etc/rc
OpenPOWER on IntegriCloud