libdevuansdk

common library for devuan's simple distro kits
git clone https://git.parazyd.org/libdevuansdk
Log | Files | Refs | Submodules | README | LICENSE

commit a3b1efff8cb6fee945191461fe632526a81ae418
parent 56a3d4288dad060802bbe41549d58bfc6744e7f8
Author: parazyd <parazyd@dyne.org>
Date:   Fri,  1 Nov 2019 16:17:13 +0100

allow-hotplug eth0 in zlibs/sysconf.

Diffstat:
Mzlibs/sysconf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/zlibs/sysconf b/zlibs/sysconf @@ -1,5 +1,5 @@ #!/usr/bin/env zsh -# Copyright (c) 2016-2018 Dyne.org Foundation +# Copyright (c) 2016-2019 Dyne.org Foundation # libdevuansdk is maintained by Ivan J. <parazyd@dyne.org> # # This file is part of libdevuansdk @@ -74,7 +74,7 @@ conf_print_netifaces() { auto lo iface lo inet loopback -auto eth0 +allow-hotplug eth0 iface eth0 inet dhcp #auto eth1