committing changes in /etc after apt run

Package changes:
+elinks 0.12~pre6-12+b1 armhf
+elinks-data 0.12~pre6-12 all
+libfsplib0 0.11-2 armhf
+liblua5.1-0 5.1.5-8.1 armhf
+libtre5 0.8.0-6 armhf
remotes/origin/may2018
Joshua Dye 7 years ago
parent f46352f952
commit d707818bc1

@ -12,6 +12,7 @@ mkdir -p './dhcp/.git/branches'
mkdir -p './dhcp/.git/objects/info'
mkdir -p './dhcp/.git/objects/pack'
mkdir -p './dhcp/.git/refs/tags'
mkdir -p './elinks'
mkdir -p './fail2ban/fail2ban.d'
mkdir -p './initramfs-tools/conf.d'
mkdir -p './initramfs-tools/hooks'
@ -360,6 +361,7 @@ maybe chmod 0644 'dpkg/origins/debian'
maybe chmod 0644 'dpkg/origins/raspbian'
maybe chmod 0644 'dpkg/shlibs.default'
maybe chmod 0644 'dpkg/shlibs.override'
maybe chmod 0755 'elinks'
maybe chmod 0644 'email-addresses'
maybe chmod 0644 'environment'
maybe chmod 0755 'etckeeper'

@ -0,0 +1 @@
/usr/bin/elinks

@ -0,0 +1 @@
/usr/share/man/man1/elinks.1.gz

@ -50,7 +50,9 @@ text/x-tex; vim %s; needsterminal
application/x-shellscript; vim %s; needsterminal
text/x-c; vim %s; needsterminal
text/x-c++; vim %s; needsterminal
text/html; /usr/bin/elinks -force-html %s; needsterminal; description=HTML Text; nametemplate=%s.html
text/plain; view %s; edit=vim %s; compose=vim %s; test=test -x /usr/bin/vim; needsterminal
text/html; /usr/bin/elinks -force-html -dump %s; copiousoutput; description=HTML Text; nametemplate=%s.html
application/zip; unzip -l %s; nametemplate=%s.zip; copiousoutput
text/plain; view %s; edit=vi %s; compose=vi %s; needsterminal
application/x-troff-man; /usr/bin/man -Tascii -l '%s' | col -b; copiousoutput; description=Man page

Loading…
Cancel
Save