File: ntpd.py

package info (click to toggle)
makejail 0.0.5-10
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 252 kB
  • ctags: 156
  • sloc: python: 1,161; makefile: 87; sh: 84
file content (4 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (4)
1
2
3
4
chroot="/var/chroot/ntpd"
testCommandsInsideJail=["start-stop-daemon --start --quiet --exec /usr/sbin/ntpd"]
processNames=["ntpd"]
testCommandsOutsideJail=["ntpdate -q 127.0.0.1"]