]> git.pld-linux.org Git - packages/maradns.git/commitdiff
- typo in %pre, rel. 4 auto/ac/maradns-1_1_22-4
authorankry <ankry@pld-linux.org>
Wed, 25 Aug 2004 07:28:56 +0000 (07:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    maradns.spec -> 1.29

maradns.spec

index ea4328e7a010a0beb6067ea35f2a8d0008c02c27..e220c455ab0970fc08c5202ac60d81d076dcb746 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A (currently) authoritative-only DNS server made with security in mind
 Summary(pl):   Tylko autorytatywny (na razie) serwer DNS zrobiony z my¶l± o bezpieczeñstwie
 Name:          maradns
 Version:       1.1.22
-Release:       3
+Release:       4
 License:       Public Domain
 Group:         Networking/Daemons
 Source0:       http://www.maradns.org/download/1.1/%{name}-%{version}.tar.bz2
@@ -100,7 +100,7 @@ rm -rf doc/*/man
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-if [ -n "`getgid named" ]; then
+if [ -n "`getgid named`" ]; then
        if [ "`getgid named`" != "58" ]; then
                echo "Error: group named doesn't have gid=58. Correct this before installing maradns." 1>&2
                exit 1
This page took 0.058758 seconds and 4 git commands to generate.