Searched refs:inetd (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/SGI/
H A Dremoveswat.sh3 # remove SWAT deamon from inetd.conf
5 cp /etc/inetd.conf /etc/inetd.conf.O
8 if [ ! -r /etc/inetd.conf.O -o ! -w /etc/inetd.conf ]; then exit 1; fi
10 sed -e "/^swat/D" -e "/^#SWAT/D" /etc/inetd.conf.O > /etc/inetd.conf
23 # restart inetd to reread config files
25 /etc/killall -HUP inetd
H A Dstartswat.sh3 # add SWAT deamon to inetd.conf
5 cp /etc/inetd.conf /etc/inetd.conf.O
8 if [ ! -r /etc/inetd.conf.O -o ! -w /etc/inetd.conf ]; then exit 1; fi
10 sed -e "/^swat/D" -e "/^#SWAT/D" /etc/inetd.conf.O > /etc/inetd.conf
11 echo '#SWAT services' >> /etc/inetd.conf
12 echo swat stream tcp nowait root /usr/samba/bin/swat swat >> /etc/inetd.conf
27 # restart inetd t
[all...]
H A Dinetd.sh9 # add SAMBA deamons to inetd.conf
11 cp /etc/inetd.conf /etc/inetd.conf.O
14 if [ ! -r /etc/inetd.conf.O -o ! -w /etc/inetd.conf ]; then exit 1; fi
16 sed -e "/^netbios/D" -e "/^#SAMBA/D" /etc/inetd.conf.O > /etc/inetd.conf
17 echo '#SAMBA services' >> /etc/inetd.conf
18 echo netbios-ssn stream tcp nowait root /usr/samba/bin/smbd smbd >> /etc/inetd.conf
19 echo netbios-ns dgram udp wait root /usr/samba/bin/nmbd nmbd -S >> /etc/inetd
[all...]
H A Dinst.msg7 echo Your /etc/services and /etc/inetd.conf files have
15 echo /etc/inetd.conf were saved with a .O extension.
20 echo and /etc/inetd.conf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dswat.postrm7 update-inetd --remove '/usr/sbin/swat$'
H A Dsamba.postrm17 # Remove NetBIOS entries from /etc/inetd.conf
18 update-inetd --remove netbios-ssn
21 # Not purging, do not remove NetBIOS entries from /etc/inetd.conf
22 update-inetd --disable netbios-ssn
H A Dswat.postinst20 update-inetd --group OTHER --add \
H A Dsamba.postinst46 # or "inetd".
123 # Run Samba as daemons or from inetd?
190 # Handle removal of nmbd from inetd.conf, which is no longer a supported
193 update-inetd --remove netbios-ns
196 # We want to add these entries to inetd.conf commented out. Otherwise
197 # UDP traffic could make inetd to start nmbd or smbd right during
200 update-inetd --add "#<off># netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/sbin/smbd"
204 update-inetd --disable netbios-ssn
206 update-inetd --enable netbios-ssn
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dswat.postrm7 update-inetd --remove '/usr/sbin/swat$'
H A Dsamba.postrm17 # Remove NetBIOS entries from /etc/inetd.conf
18 update-inetd --remove netbios-ssn
21 # Not purging, do not remove NetBIOS entries from /etc/inetd.conf
22 update-inetd --disable netbios-ssn
H A Dswat.postinst20 update-inetd --group OTHER --add \
H A Dsamba.postinst46 # or "inetd".
123 # Run Samba as daemons or from inetd?
190 # Handle removal of nmbd from inetd.conf, which is no longer a supported
193 update-inetd --remove netbios-ns
196 # We want to add these entries to inetd.conf commented out. Otherwise
197 # UDP traffic could make inetd to start nmbd or smbd right during
200 update-inetd --add "#<off># netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/sbin/smbd"
204 update-inetd --disable netbios-ssn
206 update-inetd --enable netbios-ssn
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dswat.postrm7 update-inetd --remove '/usr/sbin/swat$'
H A Dsamba.postrm17 # Remove NetBIOS entries from /etc/inetd.conf
18 update-inetd --remove netbios-ssn
21 # Not purging, do not remove NetBIOS entries from /etc/inetd.conf
22 update-inetd --disable netbios-ssn
H A Dswat.postinst20 update-inetd --group OTHER --add \
H A Dsamba.postinst46 # or "inetd".
121 # Run Samba as daemons or from inetd?
188 # Handle removal of nmbd from inetd.conf, which is no longer a supported
191 update-inetd --remove netbios-ns
194 # We want to add these entries to inetd.conf commented out. Otherwise
195 # UDP traffic could make inetd to start nmbd or smbd right during
198 update-inetd --add "#<off># netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/sbin/smbd"
202 update-inetd --disable netbios-ssn
204 update-inetd --enable netbios-ssn
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Example/
H A Dsetup.sh12 echo 'swat stream tcp nowait.400 root /usr/local/samba/bin/swat swat' >> /etc/inetd.conf
13 uniq /etc/inetd.conf /tmp/tempinetd
14 cp /tmp/tempinetd /etc/inetd.conf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Solaris/
H A Dmakepkg.sh200 sed -e "s|__BASEDIR__|$INSTALL_BASE|g" inetd.conf.master > inetd.conf
207 for i in inetd.conf samba.init smb.conf.default services; do
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/config/
H A DMakefile.am105 htaccess-htpasswd idmapd inetd inittab ipfilter ipfw ipsec jabber \
H A DMakefile760 htaccess-htpasswd idmapd inetd inittab ipfilter ipfw ipsec jabber \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dsocket.c1359 int inetd,
1391 sock->inetd = inetd;
1420 ASSERT (!sock->inetd);
1431 ASSERT (!sock->inetd);
1447 ASSERT (!sock->inetd);
1473 /* were we started by inetd or xinetd? */
1474 if (sock->inetd)
1526 /* were we started by inetd or xinetd? */
1527 if (sock->inetd)
1339 link_socket_init_phase1(struct link_socket *sock, const bool connection_profiles_defined, const char *local_host, int local_port, const char *remote_host, int remote_port, int proto, int mode, const struct link_socket *accept_from, struct http_proxy_info *http_proxy, struct socks_proxy_info *socks_proxy, int gremlin, bool bind_local, bool remote_float, int inetd, struct link_socket_addr *lsa, const char *ipchange_command, const struct plugin_list *plugins, int resolve_retry_seconds, int connect_retry_seconds, int connect_timeout, int connect_retry_max, int mtu_discover_type, int rcvbuf, int sndbuf, int mark, unsigned int sockflags) argument
[all...]
H A Doptions.c336 "--inetd [name] ['wait'|'nowait'] : Run as an inetd or xinetd server.\n"
1487 SHOW_INT (inetd);
1835 * Sanity check on daemon/inetd modes
1838 if (options->daemon && options->inetd)
1839 msg (M_USAGE, "only one of --daemon or --inetd may be specified");
1841 if (options->inetd && (ce->local || ce->remote))
1842 msg (M_USAGE, "--local or --remote cannot be used with --inetd");
1844 if (options->inetd && ce->proto == PROTO_TCPv4_CLIENT)
1845 msg (M_USAGE, "--proto tcp-client cannot be used with --inetd");
[all...]
H A Dsocket.h190 int inetd; member in struct:link_socket
319 int inetd,
H A Doptions.h295 /* inetd modes defined in socket.h */
296 int inetd; member in struct:options
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Mandrake/
H A Dsamba2.spec2312 - Replace discription s/inetd/xinetd/, we all love xinetd, blah.
2371 - removed inetd postun script, replaced with xinetd.
2404 - fixed post inetd/xinetd script&
2423 - check whether /etc/inetd.conf exists (upgrade) or not (fresh install).

Completed in 187 milliseconds

12