mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 17:57:01 +00:00
20 lines
505 B
YAML
20 lines
505 B
YAML
common:
|
|
arch: $ARCH
|
|
version: 1.0.0
|
|
copyright: Copyright 2013, 2014, 2015 Big Switch Networks
|
|
maintainer: support@bigswitch.com
|
|
support: opennetworklinux@googlegroups.com
|
|
depends: base-files
|
|
packages:
|
|
- name: onl-faultd
|
|
version: 1.0.0
|
|
summary: Fault Reporting Daemon
|
|
provides: [ faultd ]
|
|
files:
|
|
builds/$BUILD_DIR/${TOOLCHAIN}/bin/faultd.bin : /usr/bin/faultd
|
|
|
|
init: ${ONL}/packages/base/any/faultd/faultd.init
|
|
|
|
changelog: Change changes changes.,
|
|
asr: True
|