]> git.pld-linux.org Git - packages/authconfig.git/commitdiff
- raw version from rawhide.
authorkloczek <kloczek@pld-linux.org>
Wed, 28 Apr 1999 01:57:28 +0000 (01:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    authconfig.spec -> 1.1

authconfig.spec [new file with mode: 0644]

diff --git a/authconfig.spec b/authconfig.spec
new file mode 100644 (file)
index 0000000..350e1a9
--- /dev/null
@@ -0,0 +1,81 @@
+Summary: Text-mode tool for setting up NIS and shadow passwords.
+Name: authconfig
+%define version 1.7
+Version: %{version}
+Release: 1
+Copyright: GPL
+ExclusiveOS: Linux
+Group: System Environment/Base
+BuildRoot: /var/tmp/%{name}-root
+Source: %{name}-%{version}.tar.gz
+
+%description 
+Authconfig is a terminal mode program for setting up Network
+Information Service (NIS) and shadow (more secure) passwords
+on your system. Authconfig also configures the system to
+automatically turn on NIS at system startup.
+
+%prep
+%setup -q
+
+%build
+make
+
+%install
+make INSTROOT=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%attr(-,root,root)/usr/sbin/authconfig
+%attr(-,root,root)/usr/man/man8/authconfig.8
+#%attr(-,root,root)/usr/share/locale/*/LC_MESSAGES/authconfig.mo
+
+%changelog
+* Thu Apr 01 1999 Preston Brown <pbrown@redhat.com>
+- don't report errors about NIS fields not being filled in if not enabled
+
+* Fri Mar 26 1999 Preston Brown <pbrown@redhat.com>
+- fix typo
+- change domainname at nis start and stop
+
+* Tue Mar 23 1999 Preston Brown <pbrown@redhat.com>
+- fixed man page
+
+* Wed Mar 17 1999 Matt Wilson <msw@redhat.com>
+- fixed rewriting /etc/yp.conf
+- restarts ypbind so that new changes take effect
+
+* Mon Mar 15 1999 Matt Wilson <msw@redhat.com>
+- just make the NIS part of configuration grayed out if NIS is not installed
+
+* Tue Mar 09 1999 Preston Brown <pbrown@redhat.com>
+- static buffer sizes increased.
+
+* Tue Mar  9 1999 Matt Wilson <msw@redhat.com>
+- removed build opts because of problems on alpha
+
+* Mon Feb  8 1999 Matt Wilson <msw@redhat.com>
+- Don't rewrite ypbind.conf if you're not configuring NIS
+
+* Mon Feb  8 1999 Matt Wilson <msw@redhat.com>
+- Don't configure NIS if /etc/ypbind.conf does not exist.
+
+* Sat Feb  6 1999 Matt Wilson <msw@redhat.com>
+- changed "/sbin/chkconfig --add ypbind" to
+  "/sbin/chkconfig --level 345 ypbind on"
+- added checks for null nis domains and servers if nis is enabled or if
+  not using broadcast.
+- added newt entry filter for spaces in domains
+
+* Sat Feb  6 1999 Matt Wilson <msw@redhat.com>
+- changed command line options to match user interface
+- added --help
+
+* Thu Feb  4 1999 Matt Wilson <msw@redhat.com>
+- Rewrote UI to handle geometry management properly
+- MD5 passwords do not require shadow passwords, so made them independent
+
+* Wed Feb 03 1999 Preston Brown <pbrown@redhat.com>
+- initial spec file
This page took 0.033257 seconds and 4 git commands to generate.