Searched refs:services (Results 1 - 25 of 63) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dstartswat.sh11 echo '#SWAT services' >> /etc/inetd.conf
15 # add SWAT service port to /etc/services
17 cp /etc/services /etc/services.O
20 if [ ! -r /etc/services.O -o ! -w /etc/services ]; then exit 1; fi
22 sed -e "/^swat/D" -e "/^#SWAT/D" /etc/services.O > /etc/services
23 echo '#SWAT services' >> /etc/services
[all...]
H A Dremoveswat.sh13 # remove SWAT service port from /etc/services
15 cp /etc/services /etc/services.O
18 if [ ! -r /etc/services.O -o ! -w /etc/services ]; then exit 1; fi
20 sed -e "/^swat/D" -e "/^#SWAT/D" /etc/services.O > /etc/services
H A Dinetd.sh17 echo '#SAMBA services' >> /etc/inetd.conf
22 # add SAMBA service ports to /etc/services
24 cp /etc/services /etc/services.O
27 if [ ! -r /etc/services.O -o ! -w /etc/services ]; then exit 1; fi
29 sed -e "/^netbios/D" -e "/^#SAMBA/D" /etc/services.O > /etc/services
30 echo '#SAMBA services' >> /etc/services
[all...]
H A Dinst.msg7 echo Your /etc/services and /etc/inetd.conf files have
14 echo The original versions of /etc/services and
19 echo which will remove the entries from /etc/services
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/
H A DMakefile.am5 EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION services.atalk
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A DMakefile.am29 servicedir=$(pkgsysconfdir)/services
35 -DAVAHI_SERVICE_DIR=\"/etc/avahi/services\" \
52 static-services.c static-services.h \
H A Dstatic-services.c51 #include "static-services.h"
69 AVAHI_LLIST_FIELDS(StaticService, services);
80 AVAHI_LLIST_HEAD(StaticService, services);
131 AVAHI_LLIST_PREPEND(StaticService, services, group->services, s);
147 AVAHI_LLIST_HEAD_INIT(StaticService, g->services);
156 AVAHI_LLIST_REMOVE(StaticService, services, s->group->services, s);
174 while (g->services)
175 static_service_free(g->services);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A DMakefile.am5 EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION services.atalk
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/etc/init.d/
H A Davahi-daemon11 AVAHI_SERVICES_CONF_DIR=/tmp/avahi/services
13 cp -f /usr/config/avahi/services/http.service $AVAHI_SERVICES_CONF_DIR/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dtivo_beacon.h23 char* services; member in struct:aBeacon
H A Dtivo_beacon.c152 "services=TiVoMediaServer:%d/http\n",
176 char * services = NULL; local
203 else if( strcasecmp( scp, "services" ) == 0 )
204 services = cp;
250 if ( services )
252 b->services = ( char* ) malloc( strlen( services ) + 1 );
253 strcpy( b->services, services );
259 printf( "Received new beacon: machine(%s) platform(%s) services(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dtivo_beacon.h23 char* services; member in struct:aBeacon
H A Dtivo_beacon.c152 "services=TiVoMediaServer:%d/http\n",
176 char * services = NULL; local
203 else if( strcasecmp( scp, "services" ) == 0 )
204 services = cp;
250 if ( services )
252 b->services = ( char* ) malloc( strlen( services ) + 1 );
253 strcpy( b->services, services );
259 printf( "Received new beacon: machine(%s) platform(%s) services(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/files/
H A Davahi-daemon.init11 AVAHI_SERVICES_CONF_DIR=/tmp/avahi/services
13 cp -f /usr/config/avahi/services/http.service $AVAHI_SERVICES_CONF_DIR/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A DMakefile8 ss-y := ebitmap.o hashtab.o symtab.o sidtab.o avtab.o policydb.o services.o conditional.o mls.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/scripts/python/
H A DSambaConfig.py83 self.services = {}
85 self.services["GLOBAL"] = {}
140 ## Open the file and parse it into a services dictionary
202 self.services[service]['_order_'].append( parm )
203 self.services[service][parm] = SambaParameter( parm, value, comment )
209 self.services[service] = None
216 self.services[service] = {}
217 self.services[service]['_order_'] = []
220 self.services[service]['_comment_'] = SambaComment( comment )
228 return self.services
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Example/
H A Dsetup.sh8 echo 'swat 901/tcp' >> /etc/services
9 uniq /etc/services /tmp/tempserv
10 cp /tmp/tempserv /etc/services
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/examples/
H A DMakefile.am25 core-browse-services
32 core_browse_services_SOURCES = core-browse-services.c
41 client-browse-services
48 client_browse_services_SOURCES = client-browse-services.c
H A DMakefile57 # core-browse-services$(EXEEXT) \
61 ## client-browse-services
86 ## client-browse-services$(EXEEXT)
89 am__client_browse_services_SOURCES_DIST = client-browse-services.c
90 #am_client_browse_services_OBJECTS = client_browse_services-client-browse-services.$(OBJEXT)
110 core_browse_services-core-browse-services.$(OBJEXT)
374 core_browse_services_SOURCES = core-browse-services.c
380 #client_browse_services_SOURCES = client-browse-services.c
429 client-browse-services$(EXEEXT): $(client_browse_services_OBJECTS) $(client_browse_services_DEPENDENCIES)
430 @rm -f client-browse-services
[all...]
H A DMakefile.in57 @ENABLE_TESTS_TRUE@ core-browse-services$(EXEEXT) \
61 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ client-browse-services
86 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ client-browse-services$(EXEEXT)
89 am__client_browse_services_SOURCES_DIST = client-browse-services.c
90 @HAVE_DBUS_TRUE@am_client_browse_services_OBJECTS = client_browse_services-client-browse-services.$(OBJEXT)
110 core_browse_services-core-browse-services.$(OBJEXT)
374 core_browse_services_SOURCES = core-browse-services.c
380 @HAVE_DBUS_TRUE@client_browse_services_SOURCES = client-browse-services.c
429 client-browse-services$(EXEEXT): $(client_browse_services_OBJECTS) $(client_browse_services_DEPENDENCIES)
430 @rm -f client-browse-services
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dtivo_beacon.c161 "services=TiVoMediaServer:%d/http\n",
183 char * services = NULL; local
203 else if( strcasecmp(scp, "services") == 0 )
204 services = cp;
238 DPRINTF(E_DEBUG, L_TIVO, "Received new beacon: machine(%s) platform(%s) services(%s)\n",
241 services ? services : "-" );
277 DPRINTF(E_DEBUG, L_TIVO, "Received new beacon: machine(%s) platform(%s) services(%s)\n",
280 services ? services
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/
H A Davahi-bookmarks.in45 services = {}
95 if len(self.services) == 0:
96 t += '<p>Sorry, no Zeroconf web services have been registered on the %s domain.</p>' % domain
100 for k, v in self.services.iteritems():
129 self.services[(interface, protocol, name, type, domain)] = (host, aprotocol, h, port, txt)
133 del self.services[(interface, protocol, name, type, domain)]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/
H A DMakefile63 rm -f $(TARGETDIR)/etc/avahi/services
64 ln -s /tmp/avahi/services $(TARGETDIR)/etc/avahi/services
65 install -d -m0755 $(TARGETDIR)/usr/config/avahi/services
67 install -m0644 $(TIMEMACHINE_PATH)/avahi-0.6.25/files/service-http $(TARGETDIR)/usr/config/avahi/services/http.service
68 install -m0644 $(TIMEMACHINE_PATH)/avahi-0.6.25/files/afpd.service $(TARGETDIR)/usr/config/avahi/services/afpd.service
69 install -m0644 $(TIMEMACHINE_PATH)/avahi-0.6.25/files/smbd.service $(TARGETDIR)/usr/config/avahi/services/smbd.service
70 install -m0644 $(TIMEMACHINE_PATH)/avahi-0.6.25/files/adisk.service $(TARGETDIR)/usr/config/avahi/services/adisk.service
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Dsv.c30 sv - control and manage services monitored by runsv
32 sv [-v] [-w sec] command services
35 The sv program reports the current status and controls the state of services
38 services consists of one or more arguments, each argument naming a directory
40 it is searched in the default services directory /var/service/, otherwise
137 The environment variable $SVDIR overrides the default services directory
144 sv exits 0, if the command was successfully sent to all services, and,
145 if it was told to wait, the command has taken effect to all services.
412 unsigned services; local
436 services
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-discover-standalone/
H A Dmain.c63 GList *services; member in struct:ServiceType
84 for (l = st->services; l; l = l->next) {
112 s->service_type->services = g_list_remove(s->service_type->services, s);
154 s->service_type->services = g_list_prepend(s->service_type->services, s);
202 st->services = NULL;

Completed in 93 milliseconds

123