diff options
author | Adrien Nader <adrien@notk.org> | 2018-02-22 06:40:10 +0100 |
---|---|---|
committer | Adrien Nader <adrien@notk.org> | 2018-02-22 06:40:10 +0100 |
commit | 753b157a318aaaa6c6835e8af58d4ec3e3966317 (patch) | |
tree | e51aa19cda1806c88651d7478eb3c59e7f3ed106 /slackware64-current/source/n/network-scripts | |
parent | 2f1bbdd9ed6e03361672cf9be6d834b93f36b376 (diff) |
Thu Feb 22 04:34:23 UTC 2018
a/less-530-x86_64-2.txz: Rebuilt.
Fixed lesspipe.sh permissions.
ap/lsof-4.90-x86_64-1.txz: Upgraded.
n/network-scripts-15.0-noarch-6.txz: Rebuilt.
rc.inet2: start rc.openvpn if it is executable.
n/openvpn-2.4.4-x86_64-2.txz: Rebuilt.
Added rc.openvpn. Include all the sample files, and link to the sample
configs in /etc/openvpn. Thanks to bifferos.
x/m17n-lib-1.8.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'slackware64-current/source/n/network-scripts')
-rwxr-xr-x | slackware64-current/source/n/network-scripts/network-scripts.SlackBuild | 2 | ||||
-rw-r--r-- | slackware64-current/source/n/network-scripts/scripts/rc.inet2 | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/slackware64-current/source/n/network-scripts/network-scripts.SlackBuild b/slackware64-current/source/n/network-scripts/network-scripts.SlackBuild index bd372e278..96686a81e 100755 --- a/slackware64-current/source/n/network-scripts/network-scripts.SlackBuild +++ b/slackware64-current/source/n/network-scripts/network-scripts.SlackBuild @@ -24,7 +24,7 @@ PKGNAM=network-scripts VERSION=${VERSION:-15.0} ARCH=noarch -BUILD=${BUILD:-5} +BUILD=${BUILD:-6} CWD=$(pwd) TMP=${TMP:-/tmp} diff --git a/slackware64-current/source/n/network-scripts/scripts/rc.inet2 b/slackware64-current/source/n/network-scripts/scripts/rc.inet2 index 4f51a330c..300ede3ee 100644 --- a/slackware64-current/source/n/network-scripts/scripts/rc.inet2 +++ b/slackware64-current/source/n/network-scripts/scripts/rc.inet2 @@ -101,6 +101,11 @@ if [ -x /etc/rc.d/rc.yp ]; then /etc/rc.d/rc.yp start fi +# Start OpenVPN: +if [ -x /etc/rc.d/rc.openvpn ]; then + /etc/rc.d/rc.openvpn start +fi + # Start the NFS server. Note that for this to work correctly, you'll # need nfsd support in the kernel (the startup script will try to load # the module for you). |