Sophie

Sophie

distrib > Mandriva > 7.2 > i586 > media > main-src > by-pkgid > 789240aafbebc3c25150e38f7d4d592e > files > 3

autologin-1.0.0-3mdk.src.rpm

Name: autologin
Summary: Automatically log in
Version: 1.0.0
Release: 3mdk
Source: %{name}-%{version}.tar.bz2
Patch0: autologin-mdk.patch.bz2
Group: System/Base
URL: http://www.linux-easy.com/development/autologin/
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: pam-devel
Copyright: GPL
Requires: initscripts >= 5.15
Prefix: /usr

%description
Autologin automatically logs in as the user specified in
/etc/sysconfig/autologin and starts the X session defined there.

Install autologin if you want to bypass the login screen.

%prep
%setup -q
%patch0 -p0 -b .fred

%build
make -f Makefile.cvs
%configure
make

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,0755)
%doc README AUTHORS
%{_sbindir}/autologin
%config(noreplace) /etc/pam.d/autologin

%changelog
* Wed Oct  4 2000 Frederic Lepied <flepied@mandrakesoft.com> 1.0.0-3mdk
- set path to /usr/X11R6/bin:/usr/local/bin:/bin:/usr/bin (close bug #558).

* Fri Sep 22 2000 Frederic Lepied <flepied@mandrakesoft.com> 1.0.0-2mdk
- kill the child when autologin receive SIGTERM to work nicely with init.
- corrected the init of groups.
- log output to /var/log/autologin.log.

* Fri Aug 25 2000 Frederic Lepied <flepied@mandrakesoft.com> 1.0.0-1mdk
- first Mandrake rpm

* Mon Aug 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- initial public RPM