fanf2 2006/07/17 20:31:28 BST
Modified files:
exim-course/rpm exim-course.spec
Log:
remove /usr/exim more forcefully
Revision Changes Path
1.13 +1 -1 exim/exim-course/rpm/exim-course.spec
Index: exim-course.spec
===================================================================
RCS file: /home/cvs/exim/exim-course/rpm/exim-course.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -u -r1.12 -r1.13
--- exim-course.spec 17 Jul 2006 19:00:26 -0000 1.12
+++ exim-course.spec 17 Jul 2006 19:31:28 -0000 1.13
@@ -1,4 +1,4 @@
-# $Cambridge: exim/exim-course/rpm/exim-course.spec,v 1.12 2006/07/17 19:00:26 fanf2 Exp $
+# $Cambridge: exim/exim-course/rpm/exim-course.spec,v 1.13 2006/07/17 19:31:28 fanf2 Exp $
#
# The RPM spec file for the package which customizes PWF Linux for the
# Exim course. This is a little bit sketchy and assumes a working
@@ -135,7 +135,7 @@
# (this also zaps the copy of exim installed during the practical)
userdel --remove-home peon
userdel --remove-home course
-userdel --remove-home exim
+userdel --remove-home exim --force
groupdel peon
groupdel course
groupdel exim