Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f016163d18 |
2 changed files with 6 additions and 2 deletions
|
|
@ -131,7 +131,8 @@ if [ -r /etc/openwrt_release ] && [ -n "$OPENWRT_INTERFACE" ]; then
|
||||||
elif [ -x /usr/bin/busctl ] && [ ${RESOLVEDENABLED} = 1 ]; then # For systemd-resolved (version 229 and above)
|
elif [ -x /usr/bin/busctl ] && [ ${RESOLVEDENABLED} = 1 ]; then # For systemd-resolved (version 229 and above)
|
||||||
MODIFYRESOLVCONF=modify_resolved_manager
|
MODIFYRESOLVCONF=modify_resolved_manager
|
||||||
RESTORERESOLVCONF=restore_resolved_manager
|
RESTORERESOLVCONF=restore_resolved_manager
|
||||||
elif [ -x /sbin/resolvconf ]; then # Optional tool on Debian, Ubuntu, Gentoo and FreeBSD
|
elif [ -x /sbin/resolvconf -a "$(basename $(readlink /sbin/resolvconf))" != 'resolvectl' ]; then
|
||||||
|
# Optional tool on Debian, Ubuntu, Gentoo and FreeBSD
|
||||||
MODIFYRESOLVCONF=modify_resolvconf_manager
|
MODIFYRESOLVCONF=modify_resolvconf_manager
|
||||||
RESTORERESOLVCONF=restore_resolvconf_manager
|
RESTORERESOLVCONF=restore_resolvconf_manager
|
||||||
elif [ -x /sbin/netconfig ]; then # tool on Suse after 11.1
|
elif [ -x /sbin/netconfig ]; then # tool on Suse after 11.1
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
Name: vpnc-script
|
Name: vpnc-script
|
||||||
Version: %{git_date}
|
Version: %{git_date}
|
||||||
Release: 3.git%{git_commit_hash}%{?dist}
|
Release: 4.git%{git_commit_hash}%{?dist}
|
||||||
|
|
||||||
Summary: Routing setup script for vpnc and openconnect
|
Summary: Routing setup script for vpnc and openconnect
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
|
|
@ -35,6 +35,9 @@ install -m 0755 vpnc-script \
|
||||||
%{_sysconfdir}/vpnc/vpnc-script
|
%{_sysconfdir}/vpnc/vpnc-script
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 01 2018 James Hennessy <jphxxxx@gmail.com>
|
||||||
|
- Fixed issue where vpnc-script is using resolvconf on systems where "resolve" isn't enabled in /etc/nsswitch.
|
||||||
|
|
||||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20171004-3.git6f87b0f
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20171004-3.git6f87b0f
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue