Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
cvs
cvs-request_rcs_installation.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cvs-request_rcs_installation.diff of Package cvs
--- contrib/rcs2log.sh +++ contrib/rcs2log.sh @@ -249,7 +249,11 @@ # If CVS is in use, examine its repository, not the normal RCS files. if test ! -f CVS/Repository then - rlog=rlog + if test ! -x /usr/bin/rlog; then + echo >&2 "$0: rlog not found, please install package rcs." + exit 1 + fi + rlog=/usr/bin/rlog repository= else rlog='cvs -q log'
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor