OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 12-Jun-2003 11:44:44
Branch: HEAD Handle: 2003061210444301
Modified files:
openpkg-src/dss dss.spec
openpkg-web news.txt
Log:
Add realm, quote echo commands, but use single quotes when possible
Summary:
Revision Changes Path
1.16 +3 -2 openpkg-src/dss/dss.spec
1.4833 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dss/dss.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 dss.spec
--- openpkg-src/dss/dss.spec 10 Jun 2003 10:45:10 -0000 1.15
+++ openpkg-src/dss/dss.spec 12 Jun 2003 09:44:44 -0000 1.16
@@ -37,7 +37,7 @@
Group: Video
License: APSL
Version: %{V_opkg}
-Release: 20030610
+Release: 20030612
# list of sources
Source0:
http://www.opensource.apple.com/projects/streaming/source/DSS-%{V_dss}.src.tar.gz
@@ -261,6 +261,7 @@
mv -f streamingadminserver.conf streamingadmin.conf
touch qtusers
touch qtgroups
+ echo 'realm Streaming Server' >qtusers
)
# install run commands
@@ -296,5 +297,5 @@
$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
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4832 -r1.4833 news.txt
--- openpkg-web/news.txt 12 Jun 2003 06:49:05 -0000 1.4832
+++ openpkg-web/news.txt 12 Jun 2003 09:44:43 -0000 1.4833
@@ -1,3 +1,4 @@
+12-Jun-2003: Upgraded package: P<dss-4.1.3-20030612>
12-Jun-2003: Upgraded package: P<uvscan-4.1.6.4271-20030612>
12-Jun-2003: Upgraded package: P<multitail-2.8.1-20030612>
12-Jun-2003: Upgraded package: P<ethereal-0.9.13-20030612>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]