Skip to content
Snippets Groups Projects
Commit fc0fecb4 authored by Matthew Jordan's avatar Matthew Jordan
Browse files

configs: Move sample config files into a subdirectory of configs

This moves all samples configs from configs/ to configs/samples. This allows
for additional sets of sample configuration files to be added in the future.

Review: https://reviewboard.asterisk.org/r/3804/


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418870 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 1ce23d45
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 2 deletions
...@@ -660,7 +660,7 @@ upgrade: bininstall ...@@ -660,7 +660,7 @@ upgrade: bininstall
adsi: adsi:
@echo Installing adsi config files... @echo Installing adsi config files...
$(INSTALL) -d "$(DESTDIR)$(ASTETCDIR)" $(INSTALL) -d "$(DESTDIR)$(ASTETCDIR)"
@for x in configs/*.adsi; do \ @for x in configs/samples/*.adsi; do \
dst="$(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x`" ; \ dst="$(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x`" ; \
if [ -f "$${dst}" ] ; then \ if [ -f "$${dst}" ] ; then \
echo "Overwriting $$x" ; \ echo "Overwriting $$x" ; \
...@@ -672,7 +672,7 @@ adsi: ...@@ -672,7 +672,7 @@ adsi:
samples: adsi samples: adsi
@echo Installing other config files... @echo Installing other config files...
@for x in configs/*.sample; do \ @for x in configs/samples/*.sample; do \
dst="$(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x .sample`" ; \ dst="$(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x .sample`" ; \
if [ -f "$${dst}" ]; then \ if [ -f "$${dst}" ]; then \
if [ "$(OVERWRITE)" = "y" ]; then \ if [ "$(OVERWRITE)" = "y" ]; then \
......
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
From 12 to 13: From 12 to 13:
- Sample config files have been moved from configs/ to a subfolder of that
directory, 'samples'.
- The menuselect utility has been pulled into the Asterisk repository. As a - The menuselect utility has been pulled into the Asterisk repository. As a
result, the libxml2 development library is now a required dependency for result, the libxml2 development library is now a required dependency for
Asterisk. Asterisk.
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment