public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/minissdpd/files: minissdpd.initd-r1
@ 2011-11-08 14:18 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2011-11-08 14:18 UTC (permalink / raw
  To: gentoo-commits

blueness    11/11/08 14:18:34

  Modified:             minissdpd.initd-r1
  Log:
  Fixed confusion between two variable names
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-misc/minissdpd/files/minissdpd.initd-r1

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/minissdpd/files/minissdpd.initd-r1?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/minissdpd/files/minissdpd.initd-r1?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/minissdpd/files/minissdpd.initd-r1?r1=1.1&r2=1.2

Index: minissdpd.initd-r1
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/minissdpd/files/minissdpd.initd-r1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- minissdpd.initd-r1	8 Nov 2011 01:04:04 -0000	1.1
+++ minissdpd.initd-r1	8 Nov 2011 14:18:34 -0000	1.2
@@ -12,9 +12,9 @@
 }
 
 checkconfig() {
-	if [ "x$MINISSDPD" != "x" ]; then
+	if [ "x$MINISSDPD_IFACE" != "x" ]; then
 		interfaces=$($IFCONFIG | grep "Link encap" | awk '{ print $1 }')
-		for interface in $MINISSDPD; do
+		for interface in $MINISSDPD_IFACE; do
 			hit=0
 			for available in $interfaces; do
 				if [ "$interface" = "$available" ]; then
@@ -34,14 +34,14 @@
 	ebegin "Starting minissdpd"
 	checkconfig || return 1
 
-	if [ "x$MINISSDPD" = "x" ]; then
+	if [ "x$MINISSDPD_IFACE" = "x" ]; then
 		# We assume that the default interface has an IP address
 		interface=$($ROUTE | grep default | awk -- '{ print $8 }')
 		IP="$($IFCONFIG $interface | grep 'inet addr' | sed 's/.\+inet addr:\([0-9.]\+\).\+/\1/')"
 		ARGS="-i $IP "
 	else
 		ARGS=""
-		for interface in $MINISSDPD; do
+		for interface in $MINISSDPD_IFACE; do
 			# An interface may not have an IP address, so don't listen if it doesn't
 			IP="$($IFCONFIG $interface | grep 'inet addr' | sed 's/.\+inet addr:\([0-9.]\+\).\+/\1/')"
 			if [ "x$IP" != "x" ]; then






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/minissdpd/files: minissdpd.initd-r1
@ 2014-09-14 12:21 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-09-14 12:21 UTC (permalink / raw
  To: gentoo-commits

blueness    14/09/14 12:21:25

  Added:                minissdpd.initd-r1
  Log:
  Remove older unstable versions and fix bug #522562
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.4                  net-misc/minissdpd/files/minissdpd.initd-r1

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/minissdpd/files/minissdpd.initd-r1?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/minissdpd/files/minissdpd.initd-r1?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/minissdpd/files/minissdpd.initd-r1?r1=1.3&r2=1.4






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-14 12:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-08 14:18 [gentoo-commits] gentoo-x86 commit in net-misc/minissdpd/files: minissdpd.initd-r1 Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2014-09-14 12:21 Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox