diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2007-12-17 17:41:52 +0000 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2007-12-17 17:41:52 +0000 |
commit | ae505f632288ae0138c94fb30b0d88647ccd67b8 (patch) | |
tree | 35f91253a3b0ffab59a2ae4994fa3e29cc743f0a /sys-fs/owfs | |
parent | version bump (diff) | |
download | gentoo-2-ae505f632288ae0138c94fb30b0d88647ccd67b8.tar.gz gentoo-2-ae505f632288ae0138c94fb30b0d88647ccd67b8.tar.bz2 gentoo-2-ae505f632288ae0138c94fb30b0d88647ccd67b8.zip |
change owserver port number to its IANA assigned port 4304, owhttpd and owftpd now use unassigned ones from the 43xx range
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'sys-fs/owfs')
-rw-r--r-- | sys-fs/owfs/ChangeLog | 9 | ||||
-rw-r--r-- | sys-fs/owfs/files/owfs.confd | 2 | ||||
-rwxr-xr-x | sys-fs/owfs/files/owfs.initd | 4 | ||||
-rw-r--r-- | sys-fs/owfs/files/owftpd.confd | 2 | ||||
-rwxr-xr-x | sys-fs/owfs/files/owftpd.initd | 4 | ||||
-rw-r--r-- | sys-fs/owfs/files/owhttpd.confd | 2 | ||||
-rwxr-xr-x | sys-fs/owfs/files/owhttpd.initd | 4 | ||||
-rw-r--r-- | sys-fs/owfs/files/owserver.confd | 2 | ||||
-rwxr-xr-x | sys-fs/owfs/files/owserver.initd | 4 |
9 files changed, 20 insertions, 13 deletions
diff --git a/sys-fs/owfs/ChangeLog b/sys-fs/owfs/ChangeLog index a9b51ca51f79..b346d9c5bb15 100644 --- a/sys-fs/owfs/ChangeLog +++ b/sys-fs/owfs/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-fs/owfs # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.4 2007/12/17 17:26:35 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.5 2007/12/17 17:41:51 wschlich Exp $ + + 17 Dec 2007; Wolfram Schlich <wschlich@gentoo.org> files/owfs.confd, + files/owfs.initd, files/owftpd.confd, files/owftpd.initd, + files/owhttpd.confd, files/owhttpd.initd, files/owserver.confd, + files/owserver.initd: + change owserver port number to its IANA assigned port 4304, owhttpd and + owftpd now use unassigned ones from the 43xx range *owfs-2.7_p0-r2 (17 Dec 2007) diff --git a/sys-fs/owfs/files/owfs.confd b/sys-fs/owfs/files/owfs.confd index 5cf48895adc5..f85d25e74f22 100644 --- a/sys-fs/owfs/files/owfs.confd +++ b/sys-fs/owfs/files/owfs.confd @@ -1,2 +1,2 @@ # owfs configuration -OWFS_OPTS="-m /var/lib/owfs/mnt --allow_other -s 127.0.0.1:9300" +OWFS_OPTS="-m /var/lib/owfs/mnt --allow_other -s 127.0.0.1:4304" diff --git a/sys-fs/owfs/files/owfs.initd b/sys-fs/owfs/files/owfs.initd index c8174110f1cf..a751173b630d 100755 --- a/sys-fs/owfs/files/owfs.initd +++ b/sys-fs/owfs/files/owfs.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/files/owfs.initd,v 1.1 2007/12/17 17:26:35 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/files/owfs.initd,v 1.2 2007/12/17 17:41:52 wschlich Exp $ INSTANCE=${SVCNAME#*.} PROGRAM=${SVCNAME%%.*} @@ -20,7 +20,7 @@ start() { --pidfile ${PIDFILE} -c ${OWUID}:${OWGID} -- \ --pid_file ${PIDFILE} \ --background --error_print 1 \ - ${OWHTTPD_OPTS:--m /var/lib/owfs/mnt --allow_other -s 127.0.0.1:9300} + ${OWHTTPD_OPTS:--m /var/lib/owfs/mnt --allow_other -s 127.0.0.1:4304} eend $? } diff --git a/sys-fs/owfs/files/owftpd.confd b/sys-fs/owfs/files/owftpd.confd index d9435314af15..fc93d2fd7195 100644 --- a/sys-fs/owfs/files/owftpd.confd +++ b/sys-fs/owfs/files/owftpd.confd @@ -1,2 +1,2 @@ # owfs owftpd configuration -OWFTPD_OPTS="--nozero -p 127.0.0.1:9321 -s 127.0.0.1:9300 --max_clients 5 --timeout_ftp 600" +OWFTPD_OPTS="--nozero -p 127.0.0.1:4381 -s 127.0.0.1:4304 --max_clients 5 --timeout_ftp 600" diff --git a/sys-fs/owfs/files/owftpd.initd b/sys-fs/owfs/files/owftpd.initd index 664f5351f557..006a7932d67f 100755 --- a/sys-fs/owfs/files/owftpd.initd +++ b/sys-fs/owfs/files/owftpd.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/files/owftpd.initd,v 1.2 2007/12/17 17:26:35 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/files/owftpd.initd,v 1.3 2007/12/17 17:41:52 wschlich Exp $ INSTANCE=${SVCNAME#*.} PROGRAM=${SVCNAME%%.*} @@ -20,7 +20,7 @@ start() { --pidfile ${PIDFILE} -c ${OWUID}:${OWGID} -- \ --pid_file ${PIDFILE} \ --background --error_print 1 \ - ${OWFTPD_OPTS:---nozero -p 127.0.0.1:9321 -s 127.0.0.1:9300 --max_clients 5 --timeout_ftp 600} + ${OWFTPD_OPTS:---nozero -p 127.0.0.1:4381 -s 127.0.0.1:4304 --max_clients 5 --timeout_ftp 600} eend $? } diff --git a/sys-fs/owfs/files/owhttpd.confd b/sys-fs/owfs/files/owhttpd.confd index 604d79b7b5c7..2a5200c31118 100644 --- a/sys-fs/owfs/files/owhttpd.confd +++ b/sys-fs/owfs/files/owhttpd.confd @@ -1,2 +1,2 @@ # owfs owhttpd configuration -OWHTTPD_OPTS="--nozero -p 127.0.0.1:9380 -s 127.0.0.1:9300" +OWHTTPD_OPTS="--nozero -p 127.0.0.1:4380 -s 127.0.0.1:4304" diff --git a/sys-fs/owfs/files/owhttpd.initd b/sys-fs/owfs/files/owhttpd.initd index 614e1391a58e..deefd2fa3193 100755 --- a/sys-fs/owfs/files/owhttpd.initd +++ b/sys-fs/owfs/files/owhttpd.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/files/owhttpd.initd,v 1.2 2007/12/17 17:26:35 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/files/owhttpd.initd,v 1.3 2007/12/17 17:41:52 wschlich Exp $ INSTANCE=${SVCNAME#*.} PROGRAM=${SVCNAME%%.*} @@ -20,7 +20,7 @@ start() { --pidfile ${PIDFILE} -c ${OWUID}:${OWGID} -- \ --pid_file ${PIDFILE} \ --background --error_print 1 \ - ${OWHTTPD_OPTS:---nozero -p 127.0.0.1:9380 -s 127.0.0.1:9300} + ${OWHTTPD_OPTS:---nozero -p 127.0.0.1:4380 -s 127.0.0.1:4304} eend $? } diff --git a/sys-fs/owfs/files/owserver.confd b/sys-fs/owfs/files/owserver.confd index 5ec6f3f54b72..e764e2df10ec 100644 --- a/sys-fs/owfs/files/owserver.confd +++ b/sys-fs/owfs/files/owserver.confd @@ -1,2 +1,2 @@ # owfs owserver configuration -OWSERVER_OPTS="--nozero -p 127.0.0.1:9300 -d /dev/ttyS0 --timeout_volatile 5" +OWSERVER_OPTS="--nozero -p 127.0.0.1:4304 -d /dev/ttyS0 --timeout_volatile 5" diff --git a/sys-fs/owfs/files/owserver.initd b/sys-fs/owfs/files/owserver.initd index c46044b05858..7ad210f0c785 100755 --- a/sys-fs/owfs/files/owserver.initd +++ b/sys-fs/owfs/files/owserver.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/files/owserver.initd,v 1.2 2007/12/17 17:26:35 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/files/owserver.initd,v 1.3 2007/12/17 17:41:52 wschlich Exp $ INSTANCE=${SVCNAME#*.} PROGRAM=${SVCNAME%%.*} @@ -20,7 +20,7 @@ start() { --pidfile ${PIDFILE} -c ${OWUID}:${OWGID} -- \ --pid_file ${PIDFILE} \ --background --error_print 1 \ - ${OWSERVER_OPTS:---nozero -p 127.0.0.1:9300 -d /dev/ttyS0} + ${OWSERVER_OPTS:---nozero -p 127.0.0.1:4304 -d /dev/ttyS0} eend $? } |