]> git.pld-linux.org Git - packages/bb4.git/commitdiff
cosmetics
authorankry <ankry@pld-linux.org>
Mon, 11 Aug 2003 20:44:52 +0000 (20:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bb4.spec -> 1.15

bb4.spec

index c24b56f5426942365f41d051075e7ac2faadf342..716bb571c7f3244767cee7e72bde2110cabc29e0 100644 (file)
--- a/bb4.spec
+++ b/bb4.spec
@@ -12,12 +12,12 @@ Patch0:             %{name}-pld.patch
 NoSource:      0
 URL:           http://bb4.com/
 PreReq:                rc-scripts
-Requires(pre): /bin/id
-Requires(pre): /usr/bin/getgid
-Requires(pre): /usr/sbin/groupadd
-Requires(pre): /usr/sbin/useradd
-Requires(postun):      /usr/sbin/groupdel
-Requires(postun):      /usr/sbin/userdel
+Requires(pre): /bin/id
+Requires(pre): /usr/bin/getgid
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
+Requires(postun):      /usr/sbin/groupdel
+Requires(postun):      /usr/sbin/userdel
 Requires(post,preun):  /sbin/chkconfig
 Requires:      /usr/bin/setsid
 Conflicts:     iputils-ping < 1:ss020124
@@ -119,20 +119,20 @@ rm -rf $RPM_BUILD_ROOT
 
 %pre
 if [ -n "`/usr/bin/getgid bb`" ]; then
-       if [ "`/usr/bin/getgid bb`" != "73" ]; then
-               echo "Error: group bb doesn't have gid=73. Correct this before installing BB." 1>&2
-                exit 1
-        fi
+       if [ "`/usr/bin/getgid bb`" != "73" ]; then
+               echo "Error: group bb doesn't have gid=73. Correct this before installing BB." 1>&2
+               exit 1
+       fi
 else
-        /usr/sbin/groupadd -g 73 -r -f bb
+       /usr/sbin/groupadd -g 73 -r -f bb
 fi
 if [ -n "`/bin/id -u bb 2>/dev/null`" ]; then
-       if [ "`/bin/id -u bb`" != "73" ]; then
-               echo "Error: user bb doesn't have uid=73. Correct this before installing BB." 1>&2
-               exit 1
-       fi
+       if [ "`/bin/id -u bb`" != "73" ]; then
+               echo "Error: user bb doesn't have uid=73. Correct this before installing BB." 1>&2
+               exit 1
+       fi
 else
-       /usr/sbin/useradd -u 73 -r -d %{_vardir} -s /bin/sh -c "Big Brother" -g bb -G root,proc,adm bb 1>&2
+       /usr/sbin/useradd -u 73 -r -d %{_vardir} -s /bin/sh -c "Big Brother" -g bb -G root,proc,adm bb 1>&2
 fi
 
 %post
@@ -153,8 +153,8 @@ fi
 
 %postun
 if [ "$1" = "0" ]; then
-       /usr/sbin/userdel bb
-       /usr/sbin/groupdel bb
+       /usr/sbin/userdel bb
+       /usr/sbin/groupdel bb
 fi
 
 %files
This page took 0.072406 seconds and 4 git commands to generate.