File: detect-stub.sh

package info (click to toggle)
hw-detect 1.107
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 1,496 kB
  • sloc: sh: 1,306; makefile: 98; ansic: 39
file content (4 lines) | stat: -rwxr-xr-x 116 bytes parent folder | download | duplicates (12)
1
2
3
4
#! /bin/sh
# No-op hardware detection stub, used on architectures where hardware
# detection is unavailable.
exit 0