File: test69

package info (click to toggle)
daemon 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,072 kB
  • sloc: ansic: 30,432; sh: 4,310; perl: 592; makefile: 307
file content (10 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

chroot=/; export chroot
user=root; export user
config="`pwd`/daemon.conf"; export config
name=test69; export name
S=1; export S

../daemon --debug=9 --idiot --chroot='$chroot' --user='$user' --config='$config' --name='$name'
rm -f /tmp/daemontest.log