mayque
(usa Ubuntu)
Enviado em 29/05/2015 - 08:37h
Olá, BuckMinster, o squid faz outros bloqueios sim, por palavras, no caso, está no arquivo bloqueios.conf.
Os arquivos que possuo na pasta init.d são os seguintes:
acpid friendly-recovery rc sudo
anacron grub-common rc.local udev
apparmor halt rcS umountfs
apport irqbalance README umountnfs.sh
avahi-daemon kerneloops reboot umountroot
bluetooth killprocs resolvconf unattended-upgrades
brltty kmod rsync urandom
console-setup lightdm rsyslog vncserver-virtuald
cron networking saned vncserver-x11-serviced
cups ondemand sendsigs x11-common
cups-browsed pppd-dns single
dbus procps skeleton
dns-clean pulseaudio speech-dispatcher
Abri o arquivo: rc.local e ele possui os seguintes códigos:
PATH=/sbin:/usr/sbin:/bin:/usr/bin
. /lib/init/vars.sh
. /lib/lsb/init-functions
do_start() {
if [ -x /etc/rc.local ]; then
[ "$VERBOSE" != no ] && log_begin_msg "Running local boot s$
/etc/rc.local
ES=$?
[ "$VERBOSE" != no ] && log_end_msg $ES
return $ES
fi
}
case "$1" in
start)
do_start