From 8d781f7876ef9e08a56cd608c89b282a96000322 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 13 Jul 2003 18:13:51 +0000 Subject: [PATCH] fix indendation --- dss/dss.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dss/dss.spec b/dss/dss.spec index cec1a4ae5f..12787a3e9d 100644 --- a/dss/dss.spec +++ b/dss/dss.spec @@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL] Group: Video License: APSL Version: %{V_opkg} -Release: 20030710 +Release: 20030713 # list of sources Source0: http://www.opensource.apple.com/projects/streaming/source/DSS-%{V_dss}.src.tar.gz @@ -295,9 +295,9 @@ AutoReqProv: no %post # write a default admin username and password to qtusers - username='ghandi'; password='india' - $RPM_INSTALL_PREFIX/bin/qtpasswd -p $password $username + username='ghandi'; password='india' + $RPM_INSTALL_PREFIX/bin/qtpasswd -p $password $username # add the new admin username to {l_prefix}/etc/dss/qtgroupsusers - echo "admin: $username" >$RPM_INSTALL_PREFIX/etc/dss/qtgroups + echo "admin: $username" >$RPM_INSTALL_PREFIX/etc/dss/qtgroups