#------------------------------------------------------------------------------ # config/lnk.txt - Erstellen von Links __FLI4LVER__ # # P L E A S E R E A D T H E D O C U M E N T A T I O N , # # B I T T E U N B E D I N G T D I E D O K U M E N T A T I O N L E S E N # # Creation: 2002-05-22 Alexander Krause # Last Update: $Id$ # # Copyright (c) 2002-2004 Alexander Krause # Copyright (c) 2004-2010 Christoph Schulz # Copyright (c) 2010- fli4l-Team - team@fli4l.de # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # Package lnk #------------------------------------------------------------------------------ OPT_LNK='no' # install this package LNK_N='2' # number of links LNK_OPT_1='-fs' # link 1/options LNK_DST_1='/var/log' # link 1/destination LNK_SRC_1='/data/var/log' # link 1/source LNK_OPT_2='-fs' # link 2/options LNK_DST_2='/etc/phonebook' # link 2/destination LNK_SRC_2='/data/etc/phonebook' # link 2/source