diff options
author | Tim Biermann <tbier@posteo.de> | 2019-07-06 22:07:58 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-07-06 22:07:58 +0200 |
commit | 785a44469813c141f280d41f9030db0ca18130ce (patch) | |
tree | 476e226487734fe4b2c07ed8a7a8f3242d11f268 /networkmanager/.footprint | |
parent | ba0f353dbc323a1a7403d10e0d2dcc885d5c2e9c (diff) | |
download | contrib-785a44469813c141f280d41f9030db0ca18130ce.tar.gz contrib-785a44469813c141f280d41f9030db0ca18130ce.tar.xz |
networkmanager: quick fix against the old crux odditiy
Diffstat (limited to 'networkmanager/.footprint')
-rw-r--r-- | networkmanager/.footprint | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/networkmanager/.footprint b/networkmanager/.footprint index e3dfa760f..354244262 100644 --- a/networkmanager/.footprint +++ b/networkmanager/.footprint @@ -9,6 +9,10 @@ drwxr-xr-x root/root etc/NetworkManager/dispatcher.d/pre-up.d/ drwxr-xr-x root/root etc/NetworkManager/dnsmasq-shared.d/ drwxr-xr-x root/root etc/NetworkManager/dnsmasq.d/ drwxr-xr-x root/root etc/NetworkManager/system-connections/ +drwxr-xr-x root/root etc/dbus-1/ +drwxr-xr-x root/root etc/dbus-1/system.d/ +-rw-r--r-- root/root etc/dbus-1/system.d/nm-dispatcher.conf +-rw-r--r-- root/root etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf drwxr-xr-x root/root etc/rc.d/ -rwxr-xr-x root/root etc/rc.d/networkmanager drwxr-xr-x root/root lib/ @@ -20,11 +24,10 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/nm-online -rwxr-xr-x root/root usr/bin/nmcli -drwxr-xr-x root/root usr/etc/ -drwxr-xr-x root/root usr/etc/dbus-1/ -drwxr-xr-x root/root usr/etc/dbus-1/system.d/ --rw-r--r-- root/root usr/etc/dbus-1/system.d/nm-dispatcher.conf --rw-r--r-- root/root usr/etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf +-rwxr-xr-x root/root usr/bin/nmtui +lrwxrwxrwx root/root usr/bin/nmtui-connect -> nmtui +lrwxrwxrwx root/root usr/bin/nmtui-edit -> nmtui +lrwxrwxrwx root/root usr/bin/nmtui-hostname -> nmtui drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/libnm/ -rw-r--r-- root/root usr/include/libnm/NetworkManager.h @@ -183,7 +186,10 @@ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/nm-online.1.gz -rw-r--r-- root/root usr/share/man/man1/nmcli.1.gz --rw-r--r-- root/root usr/share/man/man1/nmtui.1.gz +-rw-r--r-- root/root usr/share/man/man1/nmtui-connect.1 +-rw-r--r-- root/root usr/share/man/man1/nmtui-edit.1 +-rw-r--r-- root/root usr/share/man/man1/nmtui-hostname.1 +-rw-r--r-- root/root usr/share/man/man1/nmtui.1 drwxr-xr-x root/root usr/share/man/man5/ -rw-r--r-- root/root usr/share/man/man5/NetworkManager.conf.5 -rw-r--r-- root/root usr/share/man/man5/nm-settings-keyfile.5.gz |