Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot DNS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
22
Issues
22
List
Boards
Labels
Service Desk
Milestones
Merge Requests
18
Merge Requests
18
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
Knot DNS
Commits
84970983
Commit
84970983
authored
May 06, 2015
by
Ondřej Surý
Committed by
Dominik Taborsky
May 07, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move contrib/* to samples/ and install completions for bash and zsh
parent
0d85fd28
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
1 deletion
+17
-1
samples/Makefile.am
samples/Makefile.am
+17
-1
samples/keymgr-completion.sh
samples/keymgr-completion.sh
+0
-0
samples/keymgr-completion.zsh
samples/keymgr-completion.zsh
+0
-0
No files found.
samples/Makefile.am
View file @
84970983
...
...
@@ -15,7 +15,7 @@ knot.sample.conf: knot.sample.conf.in
$(edit)
$
${srcdir}$@
.in
>
$@
.tmp
mv
$@
.tmp
$@
EXTRA_DIST
=
knot.sample.conf.in example.com.zone
EXTRA_DIST
=
knot.sample.conf.in example.com.zone
keymgr-completion.sh keymgr-completion.zsh
if
HAVE_DAEMON
...
...
@@ -24,12 +24,28 @@ install-data-local: knot.sample.conf
$(INSTALL)
-d
$(DESTDIR)
/
$(config_dir)
[
-f
$(DESTDIR)
/
$(config_dir)
/knot.sample.conf
]
||
\
$(INSTALL_DATA)
knot.sample.conf
$(srcdir)
/example.com.zone
$(DESTDIR)
/
$(config_dir)
[
-d
$(DESTDIR)
/
$(sysconfdir)
/bash_completion.d
]
||
$(INSTALL)
-d
$(DESTDIR)
/
$(sysconfdir)
/bash_completion.d
[
-f
$(DESTDIR)
/
$(sysconfdir)
/keymgr-completion.sh
]
||
\
$(INSTALL_DATA)
keymgr-completion.sh
$(DESTDIR)
/
$(sysconfdir)
/bash_completion.d/keymgr
[
-d
$(DESTDIR)
/
$(sysconfdir)
/bash_completion.d
]
||
$(INSTALL)
-d
$(DESTDIR)
/
$(sysconfdir)
/bash_completion.d
[
-f
$(DESTDIR)
/
$(sysconfdir)
/keymgr-completion.sh
]
||
\
$(INSTALL_DATA)
keymgr-completion.sh
$(DESTDIR)
/
$(sysconfdir)
/bash_completion.d/
[
-d
$(DESTDIR)
/
$(datadir)
/zsh/functions/Completion/Knot
]
||
\
$(INSTALL)
-d
$(DESTDIR)
/
$(datadir)
/zsh/functions/Completion/Knot
[
-f
$(DESTDIR)
/
$(datadir)
/zsh/functions/Completion/Knot/_keymgr
]
||
\
$(INSTALL_DATA)
keymgr-completion.zsh
$(DESTDIR)
/
$(datadir)
/zsh/functions/Completion/Knot/_keymgr
uninstall-local
:
[
-f
$(DESTDIR)
/
$(config_dir)
/knot.sample.conf
]
&&
\
rm
-f
$(DESTDIR)
/
$(config_dir)
/knot.sample.conf
[
-f
$(DESTDIR)
/
$(config_dir)
/example.com.zone
]
&&
\
rm
-f
$(DESTDIR)
/
$(config_dir)
/example.com.zone
[
-f
$(DESTDIR)
/
$(sysconfdir)
/keymgr-completion.sh
]
&&
\
rm
-f
$(DESTDIR)
/
$(sysconfdir)
/bash_completion.d/keymgr
[
-f
$(DESTDIR)
/
$(datadir)
/zsh/functions/Completion/Knot/_keymgr
]
&&
\
rm
-f
$(DESTDIR)
/
$(datadir)
/zsh/functions/Completion/Knot/_keymgr
endif
# HAVE_DAEMON
...
...
contrib
/keymgr-completion.sh
→
samples
/keymgr-completion.sh
View file @
84970983
File moved
contrib
/keymgr-completion.zsh
→
samples
/keymgr-completion.zsh
View file @
84970983
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment