aboutsummaryrefslogtreecommitdiffstats
path: root/comms/yaps/files/patch-aa
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>1998-10-09 12:50:07 +0800
committerkuriyama <kuriyama@FreeBSD.org>1998-10-09 12:50:07 +0800
commit0e10e73a2fa071dc6712fab694b2b9503e9d48b1 (patch)
tree0b0978621a73c5d42b47f79f9b68214fbbf1f80c /comms/yaps/files/patch-aa
parentbeb41f500adc96aed4f2a7eb6f43223beadeef0b (diff)
downloadfreebsd-ports-gnome-0e10e73a2fa071dc6712fab694b2b9503e9d48b1.tar.gz
freebsd-ports-gnome-0e10e73a2fa071dc6712fab694b2b9503e9d48b1.tar.zst
freebsd-ports-gnome-0e10e73a2fa071dc6712fab694b2b9503e9d48b1.zip
YAPS (Yet Another Pager Software)
Submitted by: Stefan Esser <se@mi.uni-koeln.de>
Diffstat (limited to 'comms/yaps/files/patch-aa')
-rw-r--r--comms/yaps/files/patch-aa45
1 files changed, 45 insertions, 0 deletions
diff --git a/comms/yaps/files/patch-aa b/comms/yaps/files/patch-aa
new file mode 100644
index 000000000000..1adde0c5b893
--- /dev/null
+++ b/comms/yaps/files/patch-aa
@@ -0,0 +1,45 @@
+*** Config~ Tue Sep 29 15:15:18 1998
+--- Config Tue Sep 29 15:16:10 1998
+***************
+*** 2,8 ****
+ # SECTION A.) Global configuration
+ # Select compiler command
+! CC = gcc
+ #
+! CFLAGS = -Wall -Wno-parentheses -Wshadow -Wstrict-prototypes -Wmissing-prototypes
+ LDFLAGS =
+ EXLIBS =
+--- 2,8 ----
+ # SECTION A.) Global configuration
+ # Select compiler command
+! #CC = gcc
+ #
+! #CFLAGS = -Wall -Wno-parentheses -Wshadow -Wstrict-prototypes -Wmissing-prototypes
+ LDFLAGS =
+ EXLIBS =
+***************
+*** 21,25 ****
+ # SECTION B.) yaps configuration
+ # Name and location of global configuration file
+! YAPS_CFGFILE = /etc/yaps.rc
+ # Name of local configuration file (location is $HOME.)
+ YAPS_LCFGFILE = .yapsrc
+--- 21,25 ----
+ # SECTION B.) yaps configuration
+ # Name and location of global configuration file
+! YAPS_CFGFILE = /usr/local/etc/yaps.rc
+ # Name of local configuration file (location is $HOME.)
+ YAPS_LCFGFILE = .yapsrc
+***************
+*** 30,34 ****
+ # User/Group/Mode for yaps
+ YAPS_USER = bin
+! YAPS_GROUP = uucp
+ YAPS_MODE = 2711
+ # User/Group/Mode for global configuration file
+--- 30,34 ----
+ # User/Group/Mode for yaps
+ YAPS_USER = bin
+! YAPS_GROUP = dialer
+ YAPS_MODE = 2711
+ # User/Group/Mode for global configuration file