summaryrefslogtreecommitdiff
path: root/parcels.txt
blob: fb708188a1b4c51a7653ca079aa873e1432ef8e3 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# 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
	noinstall script LICENSE.txt
	man bbackupd.8
	man bbackupquery.8
	man bbackupctl.8
	man bbackupd-config.8
	man bbackupd.conf.5

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/mingwm10.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

ONLY:Darwin
	script contrib/mac_osx/org.boxbackup.bbackupd.plist /Library/LaunchDaemons
END-ONLY

backup-server
	bin bbstored
	bin bbstoreaccounts
	script bin/bbstored/bbstored-certs
	script bin/bbstored/bbstored-config
	script lib/raidfile/raidfile-config
	noinstall script LICENSE.txt
	man bbstored.8
	man bbstoreaccounts.8
	man bbstored-certs.8
	man bbstored-config.8
	man raidfile-config.8
	man bbstored.conf.5
	man raidfile.conf.5

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

ONLY:Darwin
	script contrib/mac_osx/org.boxbackup.bbstored.plist /Library/LaunchDaemons
END-ONLY