]> git.pld-linux.org Git - packages/dictd.git/commitdiff
- adapterized.
authorkloczek <kloczek@pld-linux.org>
Sat, 23 Feb 2002 01:47:49 +0000 (01:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dictd.spec -> 1.21

dictd.spec

index 58af81b34af222e7ece9668c7406badd8e29c93f..69de53624f04051e8b50775f80c33089b3192265 100644 (file)
@@ -20,7 +20,7 @@ BuildRequires:        zlib-devel
 Prereq:                /sbin/chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%description 
+%description
 Server for the Dictionary Server Protocol (DICT), a TCP transaction
 based query/response protocol that allows a client to access
 dictionary definitions from a set of natural language dictionary
@@ -94,7 +94,7 @@ install %{name} $RPM_BUILD_ROOT%{_sbindir}
 install %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
 echo "server localhost" > dict.conf
-echo -e "access {\n\tallow localhost\n\tdeny *\n}\n" > %{name}-main.conf 
+echo -e "access {\n\tallow localhost\n\tdeny *\n}\n" > %{name}-main.conf
 
 install dict.conf $RPM_BUILD_ROOT%{_sysconfdir}
 install dictd-main.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
@@ -115,7 +115,7 @@ if [ -f /var/lock/subsys/%{name} ]; then
 else
         echo "Run \"/etc/rc.d/init.d/%{name} start\" to start %{name} daemon."
 fi
-    
+
 %preun
 if [ "$1" = "0" ]; then
        if [ -f /var/lock/subsys/%{name} ]; then
This page took 0.076712 seconds and 4 git commands to generate.