File: debian-configs.diff

package info (click to toggle)
listar 0.129a-2.potato2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,692 kB
  • ctags: 2,002
  • sloc: ansic: 27,106; makefile: 906; perl: 105; sh: 61
file content (48 lines) | stat: -rw-r--r-- 1,130 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
--- listar.aliases.inst
+++ listar.aliases.dist
@@ -1,4 +1,4 @@
-# Alter these for your configuration
+# Defaults for Debian
 
-listar: "|/home/listar/listar"
-listar-owner: user@my.host.dom
+listar: "|/usr/lib/listar/listar"
+listar-owner: postmaster
--- scripts/fixlist.pl.inst
+++ scripts/fixlist.pl.dist
@@ -5,10 +5,10 @@
 # listar.aliases, as I have been known to do.
 
 # Alter these two.
-$myhost = "mydomain.com";
-$mydir = "/home/listar";
+chomp ($myhost = `cat /etc/mailname`);
+$mydir = "/usr/lib/listar";
 
-$mylog = "listar.log";
+$mylog = "/var/log/listar.log";
 
 
 # Main body
--- scripts/newlist.pl.inst	Sun Mar 21 12:05:55 1999
+++ scripts/newlist.pl.dist	Sat Mar 27 16:32:08 1999
@@ -4,15 +4,15 @@
 # It may well have to be modified for your local configuration.
 
 # Alter these two.
-$myhost = "mydomain.com";
-$mydir = "/home/listar";
+chomp ($myhost = `cat /etc/mailname`);
+$mydir = "/usr/lib/listar";
 
-$mylog = "listar.log";
+$mylog = "/var/log/listar.log";
 
 
 # Main body
 
-chdir($mydir);
+chdir("/var/lib/listar");
 
 print (STDERR "Listar list creation shortcut.\n");
 print (STDERR "-------\n");