saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2022-07-12 14:37:21 +03:00
parent 98d7236cd4
commit 5cb21ea94d
3 changed files with 0 additions and 22 deletions

View File

@@ -18,8 +18,6 @@ mkdir -p './cron.weekly'
mkdir -p './crypto-policies/policies/modules' mkdir -p './crypto-policies/policies/modules'
mkdir -p './cxs/newusers' mkdir -p './cxs/newusers'
mkdir -p './dbus-1/session.d' mkdir -p './dbus-1/session.d'
mkdir -p './dconf/db/local.d/locks'
mkdir -p './dconf/db/site.d/locks'
mkdir -p './debuginfod' mkdir -p './debuginfod'
mkdir -p './dkms/framework.conf.d' mkdir -p './dkms/framework.conf.d'
mkdir -p './dnf/aliases.d' mkdir -p './dnf/aliases.d'
@@ -482,13 +480,7 @@ maybe chmod 0644 'dconf/db/distro'
maybe chmod 0755 'dconf/db/distro.d' maybe chmod 0755 'dconf/db/distro.d'
maybe chmod 0755 'dconf/db/distro.d/locks' maybe chmod 0755 'dconf/db/distro.d/locks'
maybe chmod 0644 'dconf/db/local' maybe chmod 0644 'dconf/db/local'
maybe chmod 0755 'dconf/db/local.d'
maybe chmod 0755 'dconf/db/local.d/locks'
maybe chmod 0644 'dconf/db/site' maybe chmod 0644 'dconf/db/site'
maybe chmod 0755 'dconf/db/site.d'
maybe chmod 0755 'dconf/db/site.d/locks'
maybe chmod 0755 'dconf/profile'
maybe chmod 0644 'dconf/profile/user'
maybe chmod 0755 'debuginfod' maybe chmod 0755 'debuginfod'
maybe chmod 0755 'default' maybe chmod 0755 'default'
maybe chmod 0644 'default/grub' maybe chmod 0644 'default/grub'
@@ -5427,7 +5419,6 @@ maybe chmod 0644 'wireguard/wg0.conf'
maybe chmod 0644 'xattr.conf' maybe chmod 0644 'xattr.conf'
maybe chmod 0755 'xdg' maybe chmod 0755 'xdg'
maybe chmod 0755 'xdg/autostart' maybe chmod 0755 'xdg/autostart'
maybe chmod 0644 'xdg/autostart/at-spi-dbus-bus.desktop'
maybe chmod 0644 'xdg/autostart/snap-userd-autostart.desktop' maybe chmod 0644 'xdg/autostart/snap-userd-autostart.desktop'
maybe chmod 0755 'xdg/systemd' maybe chmod 0755 'xdg/systemd'
maybe chmod 0600 'xinetd.conf' maybe chmod 0600 'xinetd.conf'

View File

@@ -1,4 +0,0 @@
user-db:user
system-db:local
system-db:site
system-db:distro

View File

@@ -1,9 +0,0 @@
[Desktop Entry]
Type=Application
Name=AT-SPI D-Bus Bus
Exec=/usr/libexec/at-spi-bus-launcher --launch-immediately
OnlyShowIn=GNOME;Unity;
NoDisplay=true
AutostartCondition=GSETTINGS org.gnome.desktop.interface toolkit-accessibility
X-GNOME-AutoRestart=true
X-GNOME-Autostart-Phase=Initialization