summaryrefslogtreecommitdiff
path: root/parcels.txt
blob: bf480cf822f19f7aa894c70ea278ff22bf219d25 (plain)
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
35
36
37
38
39
40
# this file describes which binaries and scripts go to make
# up a parcel -- a group of files and scripts needed to perform
# a particular task

backup-client
	bin bbackupd
	bin bbackupquery
	bin bbackupctl
	script bin/bbackupd/bbackupd-config
	script LICENSE.txt

ONLY:mingw32,mingw32msvc
	script bin/bbackupd/win32/installer.iss 
	script bin/bbackupd/win32/bbackupd.conf
	script bin/bbackupd/win32/NotifySysAdmin.vbs
END-ONLY

ONLY:mingw32
	script /bin/mgwz.dll
	script /bin/mingwm10.dll
	optional script /bin/pcreposix.dll
END-ONLY

ONLY:SunOS
	script contrib/solaris/bbackupd-manifest.xml lib/svc/manifest
	script contrib/solaris/bbackupd-smf-method   lib/svc/method
END-ONLY

backup-server
	bin bbstored
	bin bbstoreaccounts
	script bin/bbstored/bbstored-certs
	script bin/bbstored/bbstored-config
	script lib/raidfile/raidfile-config

ONLY:SunOS
	script contrib/solaris/bbstored-manifest.xml lib/svc/manifest
	script contrib/solaris/bbstored-smf-method   lib/svc/method
END-ONLY