]> git.pld-linux.org Git - packages/alpine.git/blob - alpine-fhs.patch
- patchlevel 57: fix ignore the day of the week on index tokens like
[packages/alpine.git] / alpine-fhs.patch
1 diff -Nru pine4.30/imap/src/osdep/unix/Makefile pine4.30.new/imap/src/osdep/unix/Makefile
2 --- pine4.30/imap/src/osdep/unix/Makefile       Sun Nov  5 20:10:40 2000
3 +++ pine4.30.new/imap/src/osdep/unix/Makefile   Sun Nov  5 20:14:00 2000
4 @@ -392,7 +392,7 @@
5         @echo in the C library, you must use slx, sl4, or sl5 instead!
6         $(BUILD) `$(CAT) SPECIALS` OS=$@ \
7          SIGTYPE=psx CRXTYPE=nfs \
8 -        SPOOLDIR=/var/spool \
9 +        SPOOLDIR=/var/ \
10          ACTIVEFILE=/var/lib/news/active \
11          RSHPATH=/usr/bin/rsh \
12          BASECFLAGS="$(OPTIMIZE) -DNFSKLUDGE" \
13 @@ -556,7 +556,7 @@
14         @echo If you want libc4 versions you must use sl4 instead!
15         $(BUILD) `$(CAT) SPECIALS` OS=$@ \
16          SIGTYPE=psx CHECKPW=psx CRXTYPE=nfs \
17 -        SPOOLDIR=/var/spool \
18 +        SPOOLDIR=/var \
19          ACTIVEFILE=/var/lib/news/active \
20          RSHPATH=/usr/bin/rsh \
21          BASECFLAGS="$(OPTIMIZE) -DNFSKLUDGE" \
This page took 0.055446 seconds and 3 git commands to generate.