Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Libraries
nghttp2
Commits
98034286
Commit
98034286
authored
9 years ago
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Substitute bindir in nghttpx.service
parent
2a37a28d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
7 deletions
+13
-7
contrib/.gitignore
contrib/.gitignore
+1
-0
contrib/Makefile.am
contrib/Makefile.am
+11
-6
contrib/nghttpx.service.in
contrib/nghttpx.service.in
+1
-1
No files found.
contrib/.gitignore
View file @
98034286
nghttpx-init
nghttpx-init
nghttpx.service
This diff is collapsed.
Click to expand it.
contrib/Makefile.am
View file @
98034286
...
@@ -21,19 +21,24 @@
...
@@ -21,19 +21,24 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
EXTRA_DIST
=
nghttpx-init.in nghttpx.service nghttpx-logrotate
configfiles
=
nghttpx-init nghttpx.service
EXTRA_DIST
=
$(configfiles:%=%.in)
nghttpx-logrotate
edit
=
sed
-e
's|@bindir[@]|
$(bindir)
|g'
edit
=
sed
-e
's|@bindir[@]|
$(bindir)
|g'
nghttpx-init
:
Makefile
nghttpx-init
:
%: $(srcdir)/%.in
rm
-f
$@
$@
.tmp
rm
-f
$@
$@
.tmp
$(edit)
$
(srcdir)
/
$@
.in
>
$@
.tmp
$(edit)
$
<
>
$@
.tmp
chmod
+x
$@
.tmp
chmod
+x
$@
.tmp
mv
$@
.tmp
$@
mv
$@
.tmp
$@
nghttpx-init
:
$(srcdir)/nghttpx-init.in
nghttpx.service
:
%: $(srcdir)/%.in
$(edit)
$<
>
$@
$(configfiles)
:
Makefile
all-local
:
nghttpx-init
all-local
:
$(configfiles)
clean-local
:
clean-local
:
-
rm
-f
nghttpx-init
nghttpx-init.tmp
-
rm
-f
nghttpx-init
.tmp
$(configfiles)
This diff is collapsed.
Click to expand it.
contrib/nghttpx.service
→
contrib/nghttpx.service
.in
View file @
98034286
...
@@ -4,7 +4,7 @@ After=network.target
...
@@ -4,7 +4,7 @@ After=network.target
[Service]
[Service]
Type=simple
Type=simple
ExecStart=
/usr/bin
/nghttpx --errorlog-syslog
ExecStart=
@bindir@
/nghttpx --errorlog-syslog
[Install]
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target
This diff is collapsed.
Click to expand it.
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