~ubuntu-branches/ubuntu/vivid/sslh/vivid-proposed

« back to all changes in this revision

Viewing changes to scripts/etc.sysconfig.sslh

  • Committer: Package Import Robot
  • Author(s): Guillaume Delacour
  • Date: 2014-08-07 00:06:06 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140807000606-y1tg7j8i5t7d4drr
Tags: 1.16-1
* New upstream release: fix some startup problem when interfaces are not
  ready at boot time (IP_FREEBIND support when available) and can use libcap
  for transparent mode
* Enable libcap and libwrap support at build time
* Enable dpkg-buildflags: Drop hardening-wrapper Build-Depends and use
  DEB_BUILD_HARDENING instead of DEB_BUILD_MAINT_OPTIONS
* Remove old .gitignore as upstream has one too
* debian/sslh.tmpfile: Create /run/sslh for systemd as root because sslh
  write its pid before dropping privileges (Closes: #740560)
* debian/patches/disable_ip_freebind_test.diff: Remove "Can't bind address"
  upstream test because IP_FREEBIND is now enabled upstream
* debian/docs: upstream README is now README.md
* debian/rules:
  + use DESTDIR in addition of PREFIX as upstream change Makefile
* Refresh debian/patches/disable_valgrind_launch.diff due to upstream
  changes
* Stop service in case of purge (to be able to remove the user too)
* Use DEB_BUILD_OPTIONS to speed the build
* debian/patches/fixed_version.diff: Fix the version of binaries based on
  debian/changelog (instead of relying on git)
* Update Description as sslh is not only a ssl/ssh multiplexer but a
  protocol multiplexer

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# The default processing model uses select
 
3
# A fork model is also available
 
4
#
 
5
#SSLH=/usr/sbin/sslh-select
 
6
 
 
7
#
 
8
# If transparent mode is enabled, the following
 
9
# is needed in order to run as sslh user
 
10
#
 
11
#SSLH_USER=sslh
 
12
#setcap cap_net_bind_service,cap_net_admin=+ep $SSLH
 
13
 
 
14
#
 
15
# Configuration file for sslh
 
16
# Set empty to disable configuration file support
 
17
#
 
18
#CONFIG=/etc/sslh.cfg
 
19
 
 
20
#
 
21
# Extra option to pass on comand line
 
22
# Those can supersede configuration file settings
 
23
 
24
#OPTIONS=
 
25
 
 
26
#
 
27
# The sslh process is started by default with the C
 
28
# locale, it can be changed here
 
29
#
 
30
#SSLH_LANG=C
 
31
 
 
32
#
 
33
# If an alternate location is specified in configuration
 
34
# file, it needs to be reported here
 
35
#
 
36
#PIDFILE=/var/run/sslh/sslh.pid