]> git.pld-linux.org Git - packages/cfingerd.git/commitdiff
new sources/patches
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 18 Aug 1999 13:51:35 +0000 (13:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cfingerd-config.patch -> 1.1
    cfingerd.logrotate -> 1.1

cfingerd-config.patch [new file with mode: 0644]
cfingerd.logrotate [new file with mode: 0644]

diff --git a/cfingerd-config.patch b/cfingerd-config.patch
new file mode 100644 (file)
index 0000000..d9e6960
--- /dev/null
@@ -0,0 +1,70 @@
+diff -urN cfingerd-1.4.0.orig/Makefile.in cfingerd-1.4.0/Makefile.in
+--- cfingerd-1.4.0.orig/Makefile.in    Wed Aug 18 12:54:30 1999
++++ cfingerd-1.4.0/Makefile.in Wed Aug 18 12:54:47 1999
+@@ -3,7 +3,7 @@
+ MAKE= @MAKE@
+ CC= gcc
+-CFLAGS=-O2 -Wall
++CFLAGS=-O2 -Wall $(RPM_OPT_FLAGS)
+ LDFLAGS= @LDFLAGS@
+ VERSION= 1.3.2
+diff -urN cfingerd-1.4.0.orig/cfingerd.conf cfingerd-1.4.0/cfingerd.conf
+--- cfingerd-1.4.0.orig/cfingerd.conf  Wed Aug 18 12:54:30 1999
++++ cfingerd-1.4.0/cfingerd.conf       Wed Aug 18 12:56:00 1999
+@@ -20,7 +20,7 @@
+       XFACE           = ".xface",
+       NO_FINGER       = ".nofinger",
+       USERLOG         = ".fingerlog",
+-      MAILBOX         = "/usr/spool/mail/$USER",
++      MAILBOX         = "/var/mail/$USER",
+       LOGFILE         = "/var/log/cfingerd.log",
+       HEADER_DISPLAY  = "/etc/cfingerd/top_finger.txt",
+       FOOTER_DISPLAY  = "/etc/cfingerd/bottom_finger.txt",
+diff -urN cfingerd-1.4.0.orig/src/Makefile cfingerd-1.4.0/src/Makefile
+--- cfingerd-1.4.0.orig/src/Makefile   Wed Aug 18 12:54:30 1999
++++ cfingerd-1.4.0/src/Makefile        Wed Aug 18 13:08:12 1999
+@@ -4,7 +4,7 @@
+ # Released under the GPL
+ CC= gcc
+-CFLAGS=-O2 -g -Wall
++CFLAGS=-O2 -g -Wall $(RPM_OPT_FLAGS)
+ LDFLAGS=
+ LINK_FLAGS= main.o options.o version.o util.o errors.o strmcpy.o \
+           parse.o configure.o internal.o signal.o standard.o \
+diff -urN cfingerd-1.4.0.orig/texts/noname_banner.txt cfingerd-1.4.0/texts/noname_banner.txt
+--- cfingerd-1.4.0.orig/texts/noname_banner.txt        Wed Aug 18 12:54:30 1999
++++ cfingerd-1.4.0/texts/noname_banner.txt     Wed Aug 18 12:56:42 1999
+@@ -1,6 +1,5 @@
+  -----------------------------------------------------------------------------
+-$center Bitgate Software Configurable Finger Service
+-$center Version $version by Ken Hollis, compiled $compile_datetime
++$center Polish Linux Distribution Configurable Finger Service
+ $center Local time and date are $time $date
+ $center Greetings, $ident.
+diff -urN cfingerd-1.4.0.orig/texts/top_finger.txt cfingerd-1.4.0/texts/top_finger.txt
+--- cfingerd-1.4.0.orig/texts/top_finger.txt   Wed Aug 18 12:54:30 1999
++++ cfingerd-1.4.0/texts/top_finger.txt        Wed Aug 18 12:56:53 1999
+@@ -1,7 +1,6 @@
+  -----------------------------------------------------------------------------
+ $center **> Welcome to this host's finger system, $ident <**
+-$center This site is running cfingerd $version.
+  -----------------------------------------------------------------------------
+ $center Finger "services@this.host" to get a listing of finger query services
+ $center this system provides.
+diff -urN cfingerd-1.4.0.orig/userlist/Makefile cfingerd-1.4.0/userlist/Makefile
+--- cfingerd-1.4.0.orig/userlist/Makefile      Wed Aug 18 12:54:30 1999
++++ cfingerd-1.4.0/userlist/Makefile   Wed Aug 18 13:08:22 1999
+@@ -5,7 +5,7 @@
+ # Released under the GPL.
+ CC= gcc
+-CFLAGS=-O2 -g -Wall
++CFLAGS=-O2 -g -Wall $(RPM_OPT_FLAGS)
+ LINK_FLAGS= main.o initialize.o display.o options.o idle.o
+ userlist:     $(LINK_FLAGS)
diff --git a/cfingerd.logrotate b/cfingerd.logrotate
new file mode 100644 (file)
index 0000000..ce66cc6
--- /dev/null
@@ -0,0 +1,6 @@
+/var/log/cfingerd.log {
+        missingok
+        noifempty
+        weekly
+        compress
+}
This page took 0.090353 seconds and 4 git commands to generate.