Adding motd file for Progress Linux.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
ae6547d7da
commit
7e3a376ad9
5 changed files with 19 additions and 0 deletions
1
debian/base-files.install
vendored
1
debian/base-files.install
vendored
|
@ -1,2 +1,3 @@
|
|||
debian/local/base-files/issue /etc
|
||||
debian/local/base-files/issue.net /etc
|
||||
debian/local/base-files/motd /usr/share/base-files
|
||||
|
|
7
debian/local/base-files/motd
vendored
Normal file
7
debian/local/base-files/motd
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
The programs included with this system are free software;
|
||||
the exact distribution terms for each program are described in the
|
||||
individual files in /usr/share/doc/*/copyright.
|
||||
|
||||
This system comes with ABSOLUTELY NO WARRANTY, to the extent
|
||||
permitted by applicable law.
|
9
debian/patches/progress-linux/0001-motd-md5sums.patch
vendored
Normal file
9
debian/patches/progress-linux/0001-motd-md5sums.patch
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Description: Adding motd md5sum for cross-upgrade from Debian to Progress Linux.
|
||||
|
||||
diff -Naurp base-files.orig/share/motd.md5sums base-files/share/motd.md5sums
|
||||
--- base-files.orig/share/motd.md5sums
|
||||
+++ base-files/share/motd.md5sums
|
||||
@@ -0,0 +1,2 @@
|
||||
+9830e3dbb6a828f2cc824db8db0ceaf7 Debian GNU/Linux
|
||||
+5b5fb4f1d759bd8a7bcf3de6f2d8e627 Debian GNU/Hurd
|
1
debian/patches/series
vendored
Normal file
1
debian/patches/series
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
progress-linux/0001-motd-md5sums.patch
|
1
debian/postinst
vendored
1
debian/postinst
vendored
|
@ -103,6 +103,7 @@ fi
|
|||
if [ "$1" = "configure" ] && [ "$2" != "" ]; then
|
||||
update_to_current_default profile /etc/profile
|
||||
update_to_current_default dot.profile /root/.profile
|
||||
update_to_current_default motd /etc/motd
|
||||
if dpkg --compare-versions "$2" lt-nl "7.7"; then
|
||||
install_directory mnt 755 root
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue