Indice del forum

Cittadini In Movimento

Per un nuovo movimento politico nazionale

PortalPortale  blogBlog  AlbumAlbum  Gruppi utentiGruppi utenti  Lista degli utentiLista degli utenti  GBGuestbook  Pannello UtentePannello Utente  RegistratiRegistrati 
 FlashChatFlashChat  FAQFAQ  CercaCerca  Messaggi PrivatiMessaggi Privati  StatisticheStatistiche  LinksLinks  LoginLogin 
 CalendarioCalendario  DownloadsDownloads  Commenti karmaCommenti karma  TopListTopList  Topics recentiTopics recenti  Vota ForumVota Forum

Benvenuto, Ospite
La data di oggi è Ven Mar 29, 00:04:48
Indice del forum
Leggi i messaggi senza risposta
Newsbox

Espandi Shoutbox | Messaggi | X

 Forum   Topic   Messaggi   Ultimo Messaggio 
Categoria di prova  
Nessun nuovo messaggio
  Forum Piattaforma di adesione
Questo forum è dedicato alla stesura di una bozza di documento per avviare la discussione ed il confronto tra tutti i partecipanti. La bozza dovrà essere pubblicata e messa in discussione con i soggetti interessati a fare il nostro percorso per un nuovo modello alternativo sociale e politico.
2 14 Bozza di piattaforma...
Mar Feb 02, 18:56:50 Leggi gli ultimi messaggi
 Silvana
Segna come letti Tutti i fusi orari sono GMT + 1 ora
Chi c'è in linea
Chi c'è in linea I nostri utenti hanno inviato un totale di 14 messaggi
Abbiamo 12 utenti registrati
L'ultimo utente registrato è mukkoViexbeisy
In totale ci sono 1 utenti in linea :: 0 Registrati,0 Nascosti e 1 Ospite
Legenda Livelli : [ Guru ]   [ Esperto ]   [ Quasi Esperto ]   [ Appassionato ]   [ Apprendista ]   [ Nuovo ]
Legenda Gruppi : [ Admin ]   [ Junior Admin ]   [ Moderatori ]   [ Iscritti ]
Il massimo numero di utenti in linea è stato 14 il Ven Dic 22, 22:23:11
Utenti registrati: Nessuno
Nessun utente compie gli anni oggi
Nessun utente compie gli anni nei prossimi 7 giorni
Oggi 2 utenti hanno visitato questo forum :: 1 Registrato, 0 Nascosti e 1 Ospite , 1 di questi nell' ultima ora.
Utenti registrati: Yahoo Slurp

0 iscritti presenti nelle 2 stanze della chat.


Questi dati si basano sugli utenti in linea negli ultimi cinque minuti
Login
Username:    Password:      Login automatico ad ogni visita    

 Recent Topics   Popular Topics (by reply)   Popular Topics (by view) 
Bozza di piattaforma di adesione - preme... Bozza di piattaforma di adesione - preme... 12 Bozza di piattaforma di adesione - preme... 15506
Benvenuti in Master Top Forum Premium! Benvenuti in Master Top Forum Premium! 0 Benvenuti in Master Top Forum Premium! 3291

Nuovi messaggi Nuovi messaggi    Nessun nuovo messaggio Nessun nuovo messaggio    Il Forum è chiuso Il Forum è chiuso
#!/bin/bash # # nsd: Starts the NSD Name Server Daemon # # chkconfig: - 11 89 # description: NSD is a complete implementation of an authoritative \ # DNS name server. # processname: /usr/sbin/nsd # config: /etc/nsd/nsd.conf # ### BEGIN INIT INFO # Provides: nsd # Required-Start: $syslog # Default-Stop: 0 11 89 # Short-Description: Starts the NSD Name Server Daemon # Description: NSD is a complete implementation of an authoritative \ # DNS name server. ### END INIT INFO # Sanity checks. [ -f /etc/nsd/nsd.conf ] || exit 1 [ -x /usr/sbin/nsd ] || exit 1 if [ -e "/etc/SuSE-release" ]; then SUSE=1 DAEMONIZE='' RESULT='done' else REDHAT=1 DAEMONIZE='daemon' RESULT='' fi if [ "$REDHAT" = "1" ]; then # Source function library. if [ -e "/etc/init.d/functions" ]; then . /etc/init.d/functions else if [ -e "/etc/rc.d/init.d/functions" ]; then . /etc/rc.d/init.d/functions fi fi # Source networking configuration if [ -f /etc/sysconfig/network ]; then . /etc/sysconfig/network fi # Networking check is different for SuSE so moved check here # Check that networking is up for Red Hat [ $ = "no" ] && exit 0 fi if [ "$SUSE" = "1" ]; then # Source rc status functions . /etc/rc.status # Source networking functions #. /etc/sysconfig/network/scripts/functions fi #extra verbosity #ZONEC_VERBOSE=-v OTHER_NSD_OPTS="" start() { /usr/sbin/nsdc rebuild >/dev/null 2>&1 echo -n $"Starting nsd: " if [ -n "`/sbin/pidof -o %PPID nsd`" ]; then echo -n $"nsd: already running" failure echo return 1 fi $DAEMONIZE nsd $OTHER_NSD_OPTS RETVAL=$? echo touch /var/lock/subsys/nsd return $RETVAL } stop() { echo -n $"Shutting down nsd services: " /usr/sbin/nsdc stop RETVAL=$? if [ $RETVAL -eq 0 ] ; then rm -f /var/run/nsd/nsd.pid # ensure notifies are sent at startup rm -f /var/lib/nsd/xfrd.state rm -f /var/lock/subsys/nsd fi echo return $RETVAL } restart() { stop start } #/usr/sbin/nsdc running RETVAL=0 # See how we were called. case "$1" in start) start ;; stop) stop ;; restart) restart ;; condrestart) [ -f /var/lock/subsys/nsd ] && restart || : ;; status) if [ "$SUSE" = "1" ]; then echo -n nsd rc_status -v else status nsd fi ;; stats|reload|rebuild|running|update|notify) /usr/sbin/nsdc $1 ;; *) echo $"Usage: $0 {start|stop|status|restart|condrestart|stats|notify|reload|rebuild|running|update}" exit 1 esac exit $?
Partnersbox





Cittadini In Movimento latest topics RSS feed 
Powered by MasterTopForum.com with phpBB © 2003 - 2008
Page Time : 0.24948692321777