summaryrefslogtreecommitdiff
path: root/parcels.txt
diff options
context:
space:
mode:
Diffstat (limited to 'parcels.txt')
-rw-r--r--parcels.txt25
1 files changed, 22 insertions, 3 deletions
diff --git a/parcels.txt b/parcels.txt
index bf480cf8..fb708188 100644
--- a/parcels.txt
+++ b/parcels.txt
@@ -8,7 +8,12 @@ backup-client
bin bbackupquery
bin bbackupctl
script bin/bbackupd/bbackupd-config
- script LICENSE.txt
+ 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
@@ -17,9 +22,7 @@ ONLY:mingw32,mingw32msvc
END-ONLY
ONLY:mingw32
- script /bin/mgwz.dll
script /bin/mingwm10.dll
- optional script /bin/pcreposix.dll
END-ONLY
ONLY:SunOS
@@ -27,14 +30,30 @@ ONLY:SunOS
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