[go: up one dir, main page]

File: paths.kbackup

package info (click to toggle)
kbackup 1.2.11-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 716 kB
  • ctags: 294
  • sloc: sh: 4,664; ansic: 1,595; makefile: 113; lisp: 37
file content (34 lines) | stat: -rw-r--r-- 820 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/bin/sh
#
# $Header: /home/kbackup/CVSROOT/KBackup/src/paths,v 1.18 1997/09/19 19:49:25 kbackup Exp $
#
# This file is Copyright (C) 1995 by Karsten Ballder
#				Karsten.Ballueder@stud.uni-karlsruhe.de
#
# It is part of the KBackup package, see the file COPYING for details.
#
#
# These are the names of important programs used by KBackup.
# If KBackup cannot find them, you can specify their absolute
# paths, e.g.  TAR=/usr/gnu/bin/gtar
#
DIALOG=dialog
SED=sed
AFIO=afio
TAR=gtar	# this MUST be GNU tar!
DD=dd
GREP=grep
FGREP=fgrep
# on Linux: gtar is called tar
help="`uname`"
if [ "$help" = "Linux" ] ; then TAR=tar; fi
#
# default directories as recommended by installation program:
#
progdir=/bin
srcdir=/usr/KBackup
kbackdir=/var/KBackup
datadir=/var/KBackup/Data
docdir=/usr/doc/KBackup
mandir=/usr/man/man1