- Update bit with spec-cleaner - Use proper url for docu and do not recompress: * OpenSourceDevWithCVS_2E.tar.gz instead of bz2 - Add systemd socket service to replace the xinetd service OBS-URL: https://build.opensuse.org/request/show/503789 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/cvs?expand=0&rev=28
11 lines
141 B
SYSTEMD
11 lines
141 B
SYSTEMD
[Unit]
|
|
Description=CVS Server Activation Socket
|
|
PartOf=cvs.target
|
|
|
|
[Socket]
|
|
ListenStream=2401
|
|
Accept=true
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|