2 ## 01_uncomment_datadirectory.dpatch by <weasel@debian.org>
4 ## All lines beginning with `## DP:' are a description of the patch.
8 echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
12 [ -f debian
/patches
/00patch-opts
] && . debian
/patches
/00patch-opts
13 patch_opts
="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
16 -patch) patch -p1 ${patch_opts} < $0;;
17 -unpatch) patch -R -p1 ${patch_opts} < $0;;
19 echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
26 diff -urNad /home
/weasel
/projects
/tor
/cvs
/src
/config
/torrc.sample.
in cvs
/src
/config
/torrc.sample.
in
27 --- /home
/weasel
/projects
/tor
/cvs
/src
/config
/torrc.sample.
in 2004-03-01 23:41:26.000000000 +0100
28 +++ cvs
/src
/config
/torrc.sample.
in 2004-03-03 13:47:25.000000000 +0100
30 ##################### Below is just for servers #####################
32 ## The directory for keeping all the keys/etc for this server
33 -#DataDirectory @LOCALSTATEDIR@/lib/tor
34 +DataDirectory @LOCALSTATEDIR@
/lib
/tor
36 #Nickname moria # A unique handle for this server
37 #Address moria.seul.org # The fqdn for this server