Description of problem: The default BackupPC config contains entries for smbclient, but the RPM doesn't depend on samba-client so when trying to start it without samba-client installed, it will fail. For example: [root@repo ~]# service backuppc start Starting BackupPC: 2007-11-03 18:08:52 $Conf{SmbClientPath} = '/usr/bin/smbclient' is not a valid executable program [FAILED] [root@repo ~]# Version-Release number of selected component (if applicable): BackupPC-3.0.0-3.fc8 How reproducible: Always. Steps to Reproduce: 1. yum remove BackupPC samba-client 2. yum install BackupPC 3. service backppc start Actual results: Fails to start. Expected results: Starts :) Additional info:
BackupPC-3.1.0-1.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update BackupPC'
BackupPC-3.1.0-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.