forked from pool/atftp
Accepting request 312119 from home:pluskalm:branches:network
OBS-URL: https://build.opensuse.org/request/show/312119 OBS-URL: https://build.opensuse.org/package/show/network/atftp?expand=0&rev=30
This commit is contained in:
parent
083968d11f
commit
af5e2987e9
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 15 13:19:22 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Use ATFTPD_BIND_ADDRESSES in init script (boo#921219)
|
||||||
|
- Move autoreconf back to %buils as it causes issues with quilt
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 8 07:39:43 UTC 2015 - schwab@suse.de
|
Mon Jun 8 07:39:43 UTC 2015 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -93,9 +93,9 @@ boot of hundreds of machines simultaneously.
|
|||||||
%patch12
|
%patch12
|
||||||
%patch13
|
%patch13
|
||||||
%patch14
|
%patch14
|
||||||
autoreconf -fi
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -fi
|
||||||
CFLAGS="%optflags -fgnu89-inline"
|
CFLAGS="%optflags -fgnu89-inline"
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
@ -69,7 +69,7 @@ ATFTP_GRP=${ATFTPD_GROUP:="tftp"}
|
|||||||
ATFTP_OPTS=${ATFTPD_OPTIONS:=""}
|
ATFTP_OPTS=${ATFTPD_OPTIONS:=""}
|
||||||
ATFTP_USE_INETD=${ATFTPD_USE_INETD:="no"}
|
ATFTP_USE_INETD=${ATFTPD_USE_INETD:="no"}
|
||||||
ATFTP_DIR=${ATFTPD_DIRECTORY:="/srv/tftpboot"}
|
ATFTP_DIR=${ATFTPD_DIRECTORY:="/srv/tftpboot"}
|
||||||
ATFTP_BIND=${ATFTP_BIND_ADDRESSES:=""}
|
ATFTP_BIND=${ATFTPD_BIND_ADDRESSES:=""}
|
||||||
|
|
||||||
# start as daemon with some default opts
|
# start as daemon with some default opts
|
||||||
ATFTP_DEF_OPTS="--daemon --user $ATFTP_USR --group $ATFTP_GRP --logfile $ATFTP_LOG_FILE"
|
ATFTP_DEF_OPTS="--daemon --user $ATFTP_USR --group $ATFTP_GRP --logfile $ATFTP_LOG_FILE"
|
||||||
|
Loading…
Reference in New Issue
Block a user