Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
86530234
Commit
86530234
authored
Mar 30, 2021
by
dvl
Browse files
Fix the patch for scripts/baculabackupreport.in
This is not bash, it's dash, a shell compatible with /bin/sh
parent
5a14e0d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
sysutils/bacula11-server/Makefile
View file @
86530234
...
...
@@ -3,6 +3,7 @@
PORTNAME
=
bacula
PORTVERSION
=
11.0.2
PORTREVISION
=
1
CATEGORIES
?=
sysutils
MASTER_SITES
=
SF/bacula/bacula/
${PORTVERSION}
PKGNAMEPREFIX
?=
#
...
...
sysutils/bacula11-server/files/patch-scripts_baculabackupreport.in
View file @
86530234
...
...
@@ -2,7 +2,7 @@
+++ scripts/baculabackupreport.in
@@ -1,4 +1,4 @@
-#!/bin/dash
+#!/
usr/local/
bin/
ba
sh
+#!/bin/sh
#
# baculabackupreport.sh
#
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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