Summary: smeserver module to provide dynamic windows login scripts %define name smeserver-loginscript Name: %{name} %define version 0.2 %define release 13 Version: %{version} Release: %{release} License: Freely distributable Group: Networking/Daemons Source: %{name}-%{version}.tar.xz Packager: Daniel van Raay BuildRoot: /var/tmp/e-smith-buildroot BuildRequires: smeserver-devtools BuildArchitectures: noarch Obsoletes: e-smith-loginscript Requires: smeserver-lib >= 1.15.1-16 AutoReqProv: no %changelog * Thu Oct 09 2025 Brian Read 0.2-13.sme - Apply change from startform to start_form and endform to end_form to CGI panels [SME: 1278] - Change .gitignore to .xz and delete tarball from repo [SME: 12781] * Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley 0.2-11.sme - Fix e-smith references in smeserver-loginscript [SME: 12732] * Sat Sep 07 2024 cvs2git.sh aka Brian Read 0.2-10.sme - Roll up patches and move to git repo [SME: 12338] * Sat Sep 07 2024 BogusDateBot - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, by assuming the date is correct and changing the weekday. * Wed Aug 24 2022 Jean-Philippe Pialasse 0.2-9.sme - import to SME10 * Tue May 23 2006 smeserver manager panel sligh rename [0.2-8] * Tue May 23 2006 Name change to smeserver-loginscript [0.2-7] * Mon May 8 2006 Applied jblogon.4.patch [0.2-6] * Mon May 8 2006 Applied jblogon.3.patch [0.2-5] * Mon May 8 2006 Applied jblogon.2.patch [0.2-4] * Mon May 8 2006 Applied jblogon.1.patch [0.2-3] * Fri Sep 28 2001 Daniel van Raay - fixed problem with netlogon.bat template location - fixed typo in link to action script * Mon Sep 03 2001 Daniel van Raay - updated for compatibility with e-smith 4.1 * Wed Jan 24 2001 Daniel van Raay - initial release %description smeserver enhancement that provides an smeserver manager panel to configure dynamic windows login scripts. Make sure you set the Domain Master option to yes on the workgroup panel in the e-smith-manager. %prep %setup %build perl createlinks %install rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist echo "%doc COPYING" >> %{name}-%{version}-filelist %clean rm -rf $RPM_BUILD_ROOT %pre %preun %post %postun %files -f %{name}-%{version}-filelist %defattr(-,root,root)