summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-04-04 19:48:52 +0200
committerChristian Poessinger <christian@poessinger.com>2021-04-04 19:48:55 +0200
commitda103f94848e88cd20e8e6b57f352d0351b85ec3 (patch)
treeb43eff3c142d89476f15ab54df770d2f95b2623a /debian
parent6968a8e40fc6907daa46acd2f3e53acbc95ba108 (diff)
downloadvyatta-cfg-system-da103f94848e88cd20e8e6b57f352d0351b85ec3.tar.gz
vyatta-cfg-system-da103f94848e88cd20e8e6b57f352d0351b85ec3.zip
lsb: remove no longer required issue templates
This removes the overrides for /etc/issue and /etc/issue.net
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/vyatta-cfg-system.postinst.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in
index a84ec658..97b0f9aa 100755
--- a/debian/vyatta-cfg-system.postinst.in
+++ b/debian/vyatta-cfg-system.postinst.in
@@ -48,12 +48,6 @@ if [ "$sysconfdir" != "/etc" ]; then
# purge off ancient devfs stuff from /etc/securetty
cp $sysconfdir/securetty /etc/securetty
- for f in issue issue.net; do
- if [ ! -e /etc/$f.old ]; then
- cp $sysconfdir/$f /etc/$f
- fi
- done
-
# Set file capabilities
sed -r -e '/^#/d' -e '/^[[:blank:]]*$/d' < $sysconfdir/filecaps | \
while read capability path; do