File: gconsole.in

package info (click to toggle)
bacula 5.0.2-2.2%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 22,688 kB
  • ctags: 15,071
  • sloc: ansic: 109,509; cpp: 24,105; sh: 21,958; makefile: 4,010; perl: 3,083; sql: 1,366; lisp: 479; python: 166; xml: 64; sed: 32; awk: 8
file content (10 lines) | stat: -rwxr-xr-x 228 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
# Run bgnome-console with test config file
#
if [ $# = 1 ] ; then
   echo "doing bgnome-console $1.conf"
   @sbindir@/bgnome-console -c $1.conf
else
   @sbindir@/bgnome-console -c @sysconfdir@/bgnome-console.conf
fi