tallow-hotplug eth0 in zlibs/sysconf. - libdevuansdk - common library for devuan's simple distro kits
 (HTM) git clone https://git.parazyd.org/libdevuansdk
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a3b1efff8cb6fee945191461fe632526a81ae418
 (DIR) parent 56a3d4288dad060802bbe41549d58bfc6744e7f8
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Fri,  1 Nov 2019 16:17:13 +0100
       
       allow-hotplug eth0 in zlibs/sysconf.
       
       Diffstat:
         M zlibs/sysconf                       |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/zlibs/sysconf b/zlibs/sysconf
       t@@ -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
       t@@ -74,7 +74,7 @@ conf_print_netifaces() {
        auto lo
        iface lo inet loopback
        
       -auto eth0
       +allow-hotplug eth0
        iface eth0 inet dhcp
        
        #auto eth1