blob: 2a5db1e28867509a840ee4cfd12cffc14226a10f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- postinst-config.in.orig Sat Oct 6 14:38:26 2001
+++ postinst-config.in Fri Dec 21 18:11:33 2001
@@ -2,7 +2,7 @@
# Config file location
cnfdir="__ETCPATH__"
-cnf="__ETCPATH__/httrack.conf"
+cnf="__ETCPATH__/httrack.conf.sample"
if test "`id -u`" -eq 0; then
mkdir -p "$cnfdir"
|