-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
8248e7e59391b7513a512ea76e067d19 rc.stunnel | ||
61d35d2df1b96b23ed6fb20cf5ddb613 stunnel-5.72.tar.gz | ||
b16a19e2b48945ca4cc0503b761c291f stunnel-5.73.tar.gz | ||
11813a5e373ccf37702e639a4066a522 stunnel.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#!/bin/sh -ex | ||
|
||
export PATH="/sbin:/usr/sbin:/bin:/usr/bin" | ||
|
||
if ! getent group stunnel; then | ||
|