- Timestamp:
- 11/10/08 04:26:51 (5 years ago)
- Location:
- pkg/boss/main/base-files/trunk
- Files:
-
- 4 edited
-
debian/changelog (modified) (1 diff)
-
debian/postinst (modified) (3 diffs)
-
etc/issue (modified) (1 diff)
-
etc/issue.net (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/boss/main/base-files/trunk/debian/changelog
r4203 r4461 1 base-files (4.0.5.release.1.5r2) unstable; urgency=low 2 3 * Merged updates from Debian 4.0.5 4 * Prepare for Viola r2 5 6 -- Alan Baghumian <alan@technotux.org> Tue, 07 Oct 2008 14:42:47 -0700 7 8 base-files (4.0.4.release.1.5r1) unstable; urgency=low 9 10 * Updated for Viola r1 11 12 -- Alan Baghumian <alan@technotux.org> Sat, 12 Jul 2008 14:39:59 +0200 13 14 base-files (4.0.4.release.1.5r0) unstable; urgency=low 15 16 * Merged updates from Debian 4.0.4 17 18 -- Alan Baghumian <alan@technotux.org> Sun, 25 May 2008 11:42:38 +0200 1 base-files (4.0.6.release.2.0r0) unstable; urgency=low 2 3 * Updated for Parsix BOSS r0 4 5 -- Alan Baghumian <alan@technotux.org> Sun, 09 Nov 2008 19:24:50 -0800 6 7 base-files (4.0.6) unstable; urgency=low 8 9 * Changed the way wtmp, btmp and lastlog are handled. They are no longer 10 recreated at every base-files upgrade. Instead, they are only created 11 once, when base-files is installed by debootstrap. It is really not 12 base-files business to fiddle with those files, as it is documented 13 that removing them is the standard way to disable logging to them. 14 Closes: #488376. 15 16 -- Santiago Vila <sanvila@debian.org> Tue, 04 Nov 2008 20:34:12 +0100 17 18 base-files (4.0.5) unstable; urgency=low 19 20 * Changed awk from Depends to Pre-Depends. Closes: #314571, #469552. 21 This is required to make the awk virtual package to be truly essential, 22 as only essential packages, their predependencies, and the dependencies 23 of their predependencies are guaranteed to be "working at all times". 24 Previously, the packaging system was allowed to remove an awk flavour 25 and install another one in the middle of an upgrade, which may break 26 packages using awk in their preinsts (and in fact, it happened). 27 Tkanks a lot to Steve Langasek for clarifying this issue. 28 * It's still soon to change /etc/debian_version. Please be patient. 29 30 -- Santiago Vila <sanvila@debian.org> Tue, 5 Aug 2008 18:06:06 +0200 19 31 20 32 base-files (4.0.4) unstable; urgency=low -
pkg/boss/main/base-files/trunk/debian/postinst
r4203 r4461 58 58 install_local_dir /usr/local/etc 59 59 ln -sf share/man /usr/local/man 60 61 if [ ! -f /var/log/wtmp ]; then 62 echo -n>/var/log/wtmp 63 fi 64 if [ ! -f /var/log/btmp ]; then 65 echo -n>/var/log/btmp 66 fi 67 if [ ! -f /var/log/lastlog ]; then 68 echo -n>/var/log/lastlog 69 fi 70 chown root:utmp /var/log/wtmp /var/log/btmp /var/log/lastlog 71 chmod 664 /var/log/wtmp /var/log/btmp /var/log/lastlog 60 72 fi 61 73 … … 78 90 79 91 if [ ! -f /etc/adjtime ]; then 80 echo "0.000000 12 17000000 0.000000" > /etc/adjtime81 echo "12 17000000" >> /etc/adjtime92 echo "0.000000 1225000000 0.000000" > /etc/adjtime 93 echo "1225000000" >> /etc/adjtime 82 94 echo "UTC" >> /etc/adjtime 83 95 chmod 644 /etc/adjtime … … 87 99 echo -n>/var/run/utmp 88 100 fi 89 if [ ! -f /var/log/wtmp ]; then 90 echo -n>/var/log/wtmp 91 fi 92 if [ ! -f /var/log/btmp ]; then 93 echo -n>/var/log/btmp 94 fi 95 if [ ! -f /var/log/lastlog ]; then 96 echo -n>/var/log/lastlog 97 fi 98 chown root:utmp /var/run/utmp /var/log/wtmp /var/log/btmp /var/log/lastlog 99 chmod 664 /var/run/utmp /var/log/wtmp /var/log/btmp /var/log/lastlog 101 chown root:utmp /var/run/utmp 102 chmod 664 /var/run/utmp 100 103 101 104 if [ ! -d /var/lib/dpkg ]; then -
pkg/boss/main/base-files/trunk/etc/issue
r4203 r4461 6 6 |_| \\__,_|_| |___/_/_/\\_\\ 7 7 8 Parsix GNU/Linux 1.5r2(Viola) \n \l8 Parsix GNU/Linux 2.0r0 (Viola) \n \l 9 9 -
pkg/boss/main/base-files/trunk/etc/issue.net
r4203 r4461 6 6 |_| \\__,_|_| |___/_/_/\\_\\ 7 7 8 Parsix GNU/Linux 1.5r2(Viola)8 Parsix GNU/Linux 2.0r0 (Viola) 9 9
Note: See TracChangeset
for help on using the changeset viewer.


