[BACK]Return to patch-kippo_cfg CVS log [TXT][DIR] Up to [local] / ports / security / kippo / patches

Annotation of ports/security/kippo/patches/patch-kippo_cfg, Revision 1.1.1.1

1.1       kirby       1: $OpenBSD$
                      2: --- kippo.cfg.orig     Fri Apr  5 16:40:06 2013
                      3: +++ kippo.cfg  Fri Jan 31 17:33:20 2014
                      4: @@ -23,12 +23,12 @@ hostname = nas3
                      5:  # Directory where to save log files in.
                      6:  #
                      7:  # (default: log)
                      8: -log_path = log
                      9: +log_path = ${VARBASE}/kippo/log
                     10:
                     11:  # Directory where to save downloaded (malware) files in.
                     12:  #
                     13:  # (default: dl)
                     14: -download_path = dl
                     15: +download_path = ${VARBASE}/kippo/dl
                     16:
                     17:  # Maximum file size for downloaded files. A value of 0 means no limit.
                     18:  # If the file size is known to be too big from the start, the file will not be
                     19: @@ -53,12 +53,12 @@ contents_path = honeyfs
                     20:  # a real template linux installation.
                     21:  #
                     22:  # (default: fs.pickle)
                     23: -filesystem_file = fs.pickle
                     24: +filesystem_file = ${SYSCONFDIR}/kippo/fs.pickle
                     25:
                     26:  # Directory for miscellaneous data files, such as the password database.
                     27:  #
                     28:  # (default: data_path)
                     29: -data_path = data
                     30: +data_path = ${VARBASE}/kippo/data
                     31:
                     32:  # Directory for creating simple commands that only output text.
                     33:  #
                     34: @@ -78,11 +78,11 @@ txtcmds_path = txtcmds
                     35:  # automatically.
                     36:  #
                     37:  # (defaults: public.key and private.key)
                     38: -public_key = public.key
                     39: -private_key = private.key
                     40: +public_key = ${VARBASE}/kippo/public.key
                     41: +private_key = ${VARBASE}/kippo/private.key
                     42:
                     43:  # Initial root password. NO LONGER USED!
                     44: -# Instead, see {data_path}/userdb.txt
                     45: +# Instead, see ${VARBASE}/kippo/data/userdb.txt
                     46:  #password = 123456
                     47:
                     48:  # IP address to bind to when opening outgoing connections. Used exclusively by

CVSweb