Bug 24337 - Хук init5-gdm-autologin: exit выходит с кодом 1 из-за отсутствия gdm
Summary: Хук init5-gdm-autologin: exit выходит с кодом 1 из-за отсутствия gdm
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: mkimage-profiles-desktop (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Anton V. Boyarshinov
QA Contact: qa-sisyphus
URL: http://git.altlinux.org/people/boyars...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-16 17:07 MSD by Lenar Shakirov
Modified: 2011-02-15 14:51 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lenar Shakirov 2010-10-16 17:07:50 MSD
Строчка №33:
[ -f /etc/X11/gdm/custom.conf ] || exit
exit выходит с кодом 1 и хук init5-gdm-autologin отваливается, обламывая сборку, если собираемся без gdm

заменить на:
[ -f /etc/X11/gdm/custom.conf ] || exit 0
Comment 1 Michael Shigorin 2010-11-09 15:30:32 MSK
Антон, втяни у меня master.
Comment 2 Lenar Shakirov 2011-02-15 14:51:32 MSK
Исправлено