rpms/at/devel at-3.1.10-dont_fork.patch,1.3,1.4 at.spec,1.48,1.49

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 30 12:54:48 UTC 2007


Author: mmaslano

Update of /cvs/dist/rpms/at/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4145

Modified Files:
	at-3.1.10-dont_fork.patch at.spec 
Log Message:
changes in spec file


at-3.1.10-dont_fork.patch:
 at-3.1.10/atd.c    |    9 +++++++--
 at-3.1.10/daemon.c |    8 ++++++--
 at-3.1.10/daemon.h |    1 +
 at-3.1.8/atd.8.in  |    4 ++++
 4 files changed, 18 insertions(+), 4 deletions(-)

Index: at-3.1.10-dont_fork.patch
===================================================================
RCS file: /cvs/dist/rpms/at/devel/at-3.1.10-dont_fork.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- at-3.1.10-dont_fork.patch	30 Jan 2007 10:32:28 -0000	1.3
+++ at-3.1.10-dont_fork.patch	30 Jan 2007 12:54:46 -0000	1.4
@@ -5,7 +5,7 @@
      batch_interval = BATCH_INTERVAL_DEFAULT;
  
 -    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) {
  	case 'l':
  	    if (sscanf(optarg, "%lf", &load_avg) != 1)


Index: at.spec
===================================================================
RCS file: /cvs/dist/rpms/at/devel/at.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- at.spec	30 Jan 2007 12:20:03 -0000	1.48
+++ at.spec	30 Jan 2007 12:54:46 -0000	1.49
@@ -121,7 +121,7 @@
 %patch37 -p1 -b .makefile
 %patch38 -p1 -b .daylight
 %patch39 -p1 -b .perm
-%patch40 -p1 -b .newpam
+##%patch40 -p1 -b .newpam
 
 %build
 # patch10 touches configure.in




More information about the fedora-cvs-commits mailing list