From dce8616dfa3cedc458f0178c5c242bb19bad1c99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20=C5=A0tevko?= Date: Wed, 27 Jul 2016 20:07:31 +0300 Subject: [PATCH] Add sample-manifest to nginx --- components/web/nginx/manifests/sample-manifest.p5m | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 components/web/nginx/manifests/sample-manifest.p5m diff --git a/components/web/nginx/manifests/sample-manifest.p5m b/components/web/nginx/manifests/sample-manifest.p5m new file mode 100644 index 000000000..e532d124b --- /dev/null +++ b/components/web/nginx/manifests/sample-manifest.p5m @@ -0,0 +1,43 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright 2016 +# + +set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) +set name=pkg.summary value="$(COMPONENT_SUMMARY)" +set name=info.classification value="$(COMPONENT_CLASSIFICATION)" +set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) +set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) +set name=org.opensolaris.consolidation value=$(CONSOLIDATION) + +license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)' + +file path=etc/nginx/fastcgi.conf +file path=etc/nginx/fastcgi.conf.default +file path=etc/nginx/fastcgi_params +file path=etc/nginx/fastcgi_params.default +file path=etc/nginx/html/50x.html +file path=etc/nginx/html/index.html +file path=etc/nginx/koi-utf +file path=etc/nginx/koi-win +file path=etc/nginx/mime.types +file path=etc/nginx/mime.types.default +file path=etc/nginx/nginx.conf +file path=etc/nginx/nginx.conf.default +file path=etc/nginx/scgi_params +file path=etc/nginx/scgi_params.default +file path=etc/nginx/uwsgi_params +file path=etc/nginx/uwsgi_params.default +file path=etc/nginx/win-utf +file path=usr/sbin/$(MACH64)/nginx +file path=usr/sbin/nginx -- 2.11.4.GIT