committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
@@ -504,6 +504,7 @@ maybe chmod 0640 'dnf/modules.d/go-toolset.module'
|
||||
maybe chmod 0644 'dnf/modules.d/httpd.module'
|
||||
maybe chmod 0644 'dnf/modules.d/javapackages-runtime.module'
|
||||
maybe chmod 0644 'dnf/modules.d/llvm-toolset.module'
|
||||
maybe chmod 0640 'dnf/modules.d/mercurial.module'
|
||||
maybe chmod 0644 'dnf/modules.d/nginx.module'
|
||||
maybe chmod 0644 'dnf/modules.d/nodejs.module'
|
||||
maybe chmod 0644 'dnf/modules.d/perl-DBD-MySQL.module'
|
||||
@@ -2993,6 +2994,9 @@ maybe chmod 0644 'mc/mc.ext'
|
||||
maybe chmod 0644 'mc/mc.menu'
|
||||
maybe chmod 0644 'mc/mcedit.menu'
|
||||
maybe chmod 0644 'mc/sfs.ini'
|
||||
maybe chmod 0755 'mercurial'
|
||||
maybe chmod 0755 'mercurial/hgrc.d'
|
||||
maybe chmod 0644 'mercurial/hgrc.d/certs.rc'
|
||||
maybe chmod 0644 'mime.types'
|
||||
maybe chmod 0644 'mke2fs.conf'
|
||||
maybe chmod 0755 'mock'
|
||||
|
||||
5
dnf/modules.d/mercurial.module
Normal file
5
dnf/modules.d/mercurial.module
Normal file
@@ -0,0 +1,5 @@
|
||||
[mercurial]
|
||||
name=mercurial
|
||||
stream=4.8
|
||||
profiles=
|
||||
state=enabled
|
||||
3
mercurial/hgrc.d/certs.rc
Normal file
3
mercurial/hgrc.d/certs.rc
Normal file
@@ -0,0 +1,3 @@
|
||||
# see: http://mercurial.selenic.com/wiki/CACertificates
|
||||
[web]
|
||||
cacerts = /etc/pki/tls/certs/ca-bundle.crt
|
||||
Reference in New Issue
Block a user