|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../ebtables/ebtables.conf |
|
|
|
|
# Copyright (C) 2006 - 2010 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 - 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -14,3 +14,8 @@
|
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
var_append makeinstopt ' ' "PREFIX=$root/$prefix" |
|
|
|
|
|
|
|
|
|
# do not install the included ebtables-config in '/etc/sysconfig' |
|
|
|
|
var_insert makeinstopt ' ' "SYSCONFIGDIR=" |
|
|
|
|
# do not install the included sysvinit script |
|
|
|
|
var_insert makeinstopt ' ' "INITDIR=" |
|
|
|
|