]> git.pld-linux.org Git - packages/fortune-mod.git/blame - fortune-mod-offense.patch
almost raw
[packages/fortune-mod.git] / fortune-mod-offense.patch
CommitLineData
b88bfc91
JR
1--- fortune-mod-9708/Makefile.djb Tue Oct 21 15:08:59 1997
2+++ fortune-mod-9708/Makefile Tue Oct 21 15:13:14 1997
3@@ -3,27 +3,27 @@
4 #
5
6 # Where does the fortune program go?
7-FORTDIR=/usr/local/games
8+FORTDIR=/usr/games
9 # Where do the data files (fortunes, or cookies) go?
10-COOKIEDIR=/usr/local/share/games/fortunes
11+COOKIEDIR=/usr/share/games/fortunes
12 # Offensive ones?
13 OCOOKIEDIR=$(COOKIEDIR)/off
14 # The ones with html tags?
15 WCOOKIEDIR=$(COOKIEDIR)/html
16 # Where do strfile and unstr go?
17-BINDIR=/usr/local/bin
18+BINDIR=/usr/sbin
19 # What is the proper mode for strfile and unstr? 755= everyone, 700= root only
20 BINMODE=0755
21 #BINMODE=0700
22 # Where do the man pages for strfile and unstr go?
23-BINMANDIR=/usr/local/man/man1
24+BINMANDIR=/usr/man/man1
25 # What is their proper extension?
26 BINMANEXT=1
27 # And the same for the fortune man page
28-FORTMANDIR=/usr/local/man/man6
29+FORTMANDIR=/usr/man/man6
30 FORTMANEXT=6
31 # Do we want to install the offensive files? (0 no, 1 yes)
32-OFFENSIVE=1
33+OFFENSIVE=0
34 # Do we want to install files with html tags? (0 no, 1 yes)
35 # (Note: These files are not yet available)
36 WEB=0
This page took 0.042161 seconds and 4 git commands to generate.