From c80e07e28a523589e95a7c781d499b8c1fc1211f Mon Sep 17 00:00:00 2001 From: pbrown Date: Feb 04 1999 22:11:33 +0000 Subject: changed --ks to --kickstart. bumped version to 1.1. --- diff --git a/authconfig.c b/authconfig.c index f60b6fb..8e7f3d7 100644 --- a/authconfig.c +++ b/authconfig.c @@ -556,7 +556,7 @@ int main(int argc, char **argv) { { "back", '\0', 0, &back, 0}, { "test", '\0', 0, &test, 0}, { "nostart", '\0', 0, &nostart, 0}, - { "ks", '\0', 0, &kickstart, 0}, + { "kickstart", '\0', 0, &kickstart, 0}, { "enablenis", '\0', 0, &enablenis, 0}, { "nisdomain", '\0', POPT_ARG_STRING, nisDomain, 0}, { "nisserver", '\0', POPT_ARG_STRING, nisServer, 0}, diff --git a/authconfig.spec b/authconfig.spec index 7a82109..c2358a9 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,6 +1,6 @@ Summary: Text-mode tool for setting up NIS and shadow passwords Name: authconfig -%define version 1.0 +%define version 1.1 Version: %{version} Release: 1 Copyright: GPL