changes in spec file

This commit is contained in:
Marcela Mašláňová 2007-01-30 12:54:46 +00:00
parent d1112e5e3a
commit e97f5c8166
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
batch_interval = BATCH_INTERVAL_DEFAULT; batch_interval = BATCH_INTERVAL_DEFAULT;
- while ((c = getopt(argc, argv, "sdl:b:")) != EOF) { - while ((c = getopt(argc, argv, "sdl:b:")) != EOF) {
+ while ((c = getopt(argc, argv, "sdl:b:n")) != EOF) { + while ((c = getopt(argc, argv, "sdl:b:n:")) != EOF) {
switch (c) { switch (c) {
case 'l': case 'l':
if (sscanf(optarg, "%lf", &load_avg) != 1) if (sscanf(optarg, "%lf", &load_avg) != 1)

View File

@ -121,7 +121,7 @@ cp %{SOURCE1} .
%patch37 -p1 -b .makefile %patch37 -p1 -b .makefile
%patch38 -p1 -b .daylight %patch38 -p1 -b .daylight
%patch39 -p1 -b .perm %patch39 -p1 -b .perm
%patch40 -p1 -b .newpam ##%patch40 -p1 -b .newpam
%build %build
# patch10 touches configure.in # patch10 touches configure.in