[csw-devel] SF.net SVN: gar:[5161] csw/mgar/pkg/dante/trunk
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Fri Jun 5 00:09:13 CEST 2009
Revision: 5161
http://gar.svn.sourceforge.net/gar/?rev=5161&view=rev
Author: skayser
Date: 2009-06-04 22:09:13 +0000 (Thu, 04 Jun 2009)
Log Message:
-----------
dante: fixed init script permissions and typo
Modified Paths:
--------------
csw/mgar/pkg/dante/trunk/Makefile
csw/mgar/pkg/dante/trunk/files/CSWdante.cswdante
csw/mgar/pkg/dante/trunk/files/changelog.CSW
Modified: csw/mgar/pkg/dante/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dante/trunk/Makefile 2009-06-04 21:34:58 UTC (rev 5160)
+++ csw/mgar/pkg/dante/trunk/Makefile 2009-06-04 22:09:13 UTC (rev 5161)
@@ -96,7 +96,8 @@
@$(foreach D,$(CSWDOCS), cp $(FILEDIR)/$(D) $(DOCDEST);)
@ginstall -d $(DESTDIR)/etc/opt/csw/init.d
- @cp $(FILEDIR)/CSWdante.cswdante $(DESTDIR)/etc/opt/csw/init.d/cswdante
+ @ginstall -m 0755 $(FILEDIR)/CSWdante.cswdante \
+ $(DESTDIR)/etc/opt/csw/init.d/cswdante
# /var/opt/csw/run is not in CSWcommon
@ginstall -d $(DESTDIR)/var/opt/csw/run
Modified: csw/mgar/pkg/dante/trunk/files/CSWdante.cswdante
===================================================================
--- csw/mgar/pkg/dante/trunk/files/CSWdante.cswdante 2009-06-04 21:34:58 UTC (rev 5160)
+++ csw/mgar/pkg/dante/trunk/files/CSWdante.cswdante 2009-06-04 22:09:13 UTC (rev 5161)
@@ -16,7 +16,7 @@
if [ -f "$CONFIG" ]; then
/opt/csw/sbin/sockd -D -f $CONFIG
else
- echo "No config file $CONFFILE. Not starting cswdante."
+ echo "No config file ($CONFIG). Not starting cswdante."
fi
;;
'stop')
Modified: csw/mgar/pkg/dante/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/dante/trunk/files/changelog.CSW 2009-06-04 21:34:58 UTC (rev 5160)
+++ csw/mgar/pkg/dante/trunk/files/changelog.CSW 2009-06-04 22:09:13 UTC (rev 5161)
@@ -1,5 +1,5 @@
-dante|libsocks (1.1.19,REV=2009.06.04)
+dante|libsocks (1.1.19,REV=2009.06.05)
* Adopted and updated to 1.1.19.
- -- Sebastian Kayser <skayser at opencsw.org> Thu, 4 Jun 2009 01:17:08 +0200
+ -- Sebastian Kayser <skayser at opencsw.org> Fri, 5 Jun 2009 00:02:09 +0200
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list