Bug 16788 - x inititialization: show /etc/motd in X sessions
Summary: x inititialization: show /etc/motd in X sessions
Status: NEW
Alias: None
Product: ALT Linux Lite
Classification: Distributions
Component: bugs (show other bugs)
Version: 4.0.2
Hardware: all Linux
: P2 enhancement
Assignee: Anton V. Boyarshinov
QA Contact: Andrey Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-20 21:47 MSD by Ivan Zakharyaschev
Modified: 2008-08-20 21:47 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Zakharyaschev 2008-08-20 21:47:58 MSD
4.0.3 --
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/4.0/Desktop/4.0.3/iso/altlinux-4.0.3-lite-i586-install_ru-cd.iso

Почему бы такой традиционной вещи как показывание /etc/motd работать из коробки только в linux-консоли, а не работать в X-сессиях?..

Решение (не полностью удовлетворительное) -- /etc/X11/xinit.d/motd:
#!/bin/sh

if [ -s /etc/motd ]; then xmessage -file /etc/motd; fi

Не полностью удовлетворительное, потому что так motd выводится и при настоящей начале сессии при заходе через xdm (как и задумывалось), так и после startx (это не задумывалось: у человека уже есть сессия и он уже читал motd после login-а).