]> git.pld-linux.org Git - packages/cleanfeed.git/blame - cleanfeed-conf.patch
- adjusted for new snap
[packages/cleanfeed.git] / cleanfeed-conf.patch
CommitLineData
98b44fd8 1diff -Nur cleanfeed-0.95.7b/cleanfeed cleanfeed-0.95.7b.orig/cleanfeed
2--- cleanfeed-0.95.7b/cleanfeed Thu Sep 3 09:55:05 1998
3+++ cleanfeed-0.95.7b.orig/cleanfeed Wed Dec 9 17:35:44 1998
4@@ -1,4 +1,4 @@
5-#!/usr/local/bin/perl
6+#!/usr/bin/perl
7 #
8 # Cleanfeed
9 # Version 0.95.7b 3 September 1998
10@@ -26,7 +26,7 @@
11 # directory where the cleanfeed.conf and cleanfeed.local files live
12 # set this to undef to not use the external file
13
14-$config_dir = '/usr/news/bin/control';
15+$config_dir = '/etc/news';
16
17
18 # Everything below here can be set in cleanfeed.conf
8ab8765a
PG
19--- ./cleanfeed.org 2008-08-12 09:49:59.932847792 +0000
20+++ ./cleanfeed 2008-08-12 09:50:48.423467334 +0000
21@@ -15,7 +15,7 @@
22 # Directory where cleanfeed.local and the other configuration files live.
23 # Set this to undef to not use any external file.
24
25-$config_dir = '/usr/local/news/cleanfeed/etc';
26+$config_dir = '/etc/news';
27
28 ##############################################################################
29 # Server configuration
This page took 0.067102 seconds and 4 git commands to generate.