gcc44: Fix mis-usage of ||.
[dragonfly.git] / share / installer / cmdnames.conf
... / ...
CommitLineData
1# Command names for DragonFly installer backend.
2# $Id: cmdnames.conf,v 1.15 2005/04/08 02:29:17 cpressey Exp $
3# $DragonFly: src/share/installer/cmdnames.conf,v 1.3 2008/08/30 16:47:47 hasso Exp $
4
5# This is in Bourne shell syntax so that it is easily editable;
6# it is also sourced by the installer, a C program.
7
8# Note that file names here should all be relative to the
9# installation media. They should NOT include leading slashes.
10# They may contain extra command-line options.
11
12CAT=bin/cat
13CHMOD=bin/chmod
14CP=bin/cp
15CPDUP="bin/cpdup -o -vvv -u"
16DATE=bin/date
17DD=bin/dd
18ECHO=bin/echo
19LN=bin/ln
20LS=bin/ls
21MKDIR=bin/mkdir
22MV=bin/mv
23RM=bin/rm
24SH=bin/sh
25TEST=bin/test
26
27CHFLAGS=usr/bin/chflags
28DHCLIENT=sbin/dhclient
29DISKLABEL64=sbin/disklabel64
30DUMPON=sbin/dumpon
31FDISK=sbin/fdisk
32HAMMER=sbin/hammer
33IFCONFIG=sbin/ifconfig
34MOUNT=sbin/mount
35MOUNTD=sbin/mountd
36MOUNT_HAMMER=sbin/mount_hammer
37MOUNT_NULL=sbin/mount_null
38MOUNT_TMPFS=sbin/mount_tmpfs
39NEWFS=sbin/newfs
40NEWFS_HAMMER=sbin/newfs_hammer
41NEWFS_MSDOS=sbin/newfs_msdos
42NFSD=sbin/nfsd
43ROUTE=sbin/route
44SWAPON=sbin/swapon
45UMOUNT=sbin/umount
46
47AWK=usr/bin/awk
48BUNZIP2=usr/bin/bunzip2
49GREP=usr/bin/grep
50KILLALL=usr/bin/killall
51SED=usr/bin/sed
52TOUCH=usr/bin/touch
53YES=usr/bin/yes
54
55TFTPD=usr/libexec/tftpd
56
57BOOT0CFG=usr/sbin/boot0cfg
58CHROOT=usr/sbin/chroot
59FDFORMAT=usr/sbin/fdformat
60INETD=usr/sbin/inetd
61KBDCONTROL=usr/sbin/kbdcontrol
62PKG_ADD=usr/pkg/sbin/pkg_add
63PKG_CREATE=usr/pkg/sbin/pkg_create
64PKG_DELETE=usr/pkg/sbin/pkg_delete
65PKG_INFO=usr/pkg/sbin/pkg_info
66PW=usr/sbin/pw
67PWD_MKDB=usr/sbin/pwd_mkdb
68RPCBIND=usr/sbin/rpcbind
69SWAPINFO=usr/sbin/swapinfo
70VIDCONTROL=usr/sbin/vidcontrol
71
72DHCPD=usr/pkg/sbin/dhcpd
73
74# These aren't commands, but they're configurable here nonetheless.
75
76DMESG_BOOT=var/run/dmesg.boot
77INSTALLER_TEMP="/tmp/"