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
D
deckard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
deckard
Commits
d31063bf
Commit
d31063bf
authored
Feb 09, 2017
by
Petr Špaček
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary trailing whitespaces
parent
a617ecf3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
getdns_run.sh
getdns_run.sh
+1
-1
knotd_master_run.sh
knotd_master_run.sh
+2
-2
knotd_slave_run.sh
knotd_slave_run.sh
+2
-2
kresd_run.sh
kresd_run.sh
+1
-1
No files found.
getdns_run.sh
View file @
d31063bf
...
...
@@ -23,7 +23,7 @@
# These fail because they set specific unbound options in the
# "; config options" section. We might consider facilitating this in getdns
# at some point.
#
#
## iter_cycle_noh.rpl iter_ns_spoof.rpl
#
#
...
...
knotd_master_run.sh
View file @
d31063bf
...
...
@@ -5,9 +5,9 @@ TESTS=sets/knotd/master
# Path to daemon
DAEMON
=
knotd
# Template file name
TEMPLATE
=
template/knotd_master.j2
TEMPLATE
=
template/knotd_master.j2
# Config file name
CONFIG
=
knotd.conf
...
...
knotd_slave_run.sh
View file @
d31063bf
...
...
@@ -5,9 +5,9 @@ TESTS=sets/knotd/slave
# Path to daemon
DAEMON
=
knotd
# Template file name
TEMPLATE
=
template/knotd_slave.j2
TEMPLATE
=
template/knotd_slave.j2
# Config file name
CONFIG
=
knotd.conf
...
...
kresd_run.sh
View file @
d31063bf
...
...
@@ -5,7 +5,7 @@ TESTS=sets/resolver
# Path to daemon
DAEMON
=
kresd
# Template file name
TEMPLATE
=
template/kresd.j2
...
...
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