~ubuntu-branches/ubuntu/breezy/cvsd/breezy

« back to all changes in this revision

Viewing changes to cvsd.spec

  • Committer: Bazaar Package Importer
  • Author(s): Arthur de Jong
  • Date: 2005-04-26 22:00:00 UTC
  • mfrom: (1.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050426220000-4jv1ah3wzkr0s2bf
Tags: 1.0.7
* improvements to the README
* fix bug in cvsd-buildroot correctly creating lib64 directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
Name: cvsd
4
4
Summary: Chroot wrapper to run `cvs pserver' more securely
5
 
Version: 1.0.2
 
5
Version: 1.0.7
6
6
Release: 1
7
7
URL: http://tiefighter.et.tudelft.nl/~arthur/cvsd/
8
8
Source: http://tiefighter.et.tudelft.nl/~arthur/cvsd/cvsd-%{version}.tar.gz
65
65
/sbin/chkconfig --add cvsd
66
66
 
67
67
%postun
68
 
if [ "$1" = 0 ]; then 
 
68
if [ "$1" = 0 ]; then
69
69
  userdel -r cvsd 2>/dev/null || :
70
70
  groupdel cvsd 2>/dev/null || :
71
71
  rmdir %{cvsd_homedir} 2>/dev/null || :