use linux_atm config from chroot

This commit is contained in:
Tobias Powalowski 2012-08-15 22:17:12 +02:00
parent fc6e63e036
commit 72debd9b94
2 changed files with 1 additions and 13 deletions

View file

@ -9,7 +9,7 @@ build ()
add_binary "$i" add_binary "$i"
done done
add_dir "/etc/ppp/peers/plugins" add_dir "/etc/ppp/peers/plugins"
add_file "/usr/share/archboot/linux_atm/etc/atmsigd.conf" "/etc/atmsigd.conf" add_file "/etc/atmsigd.conf"
} }
help () help ()

View file

@ -1,12 +0,0 @@
# atmsigd.conf - configuration data for atmsigd
#
# See the atmsigd.conf man page for configuration details.
#
debug {
level warn
dump /var/tmp
log syslog
trace 100
}