Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extra trailing newlines at EOF. Files now end with a single newline. #804

Merged
merged 1 commit into from
Jul 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ class board(eeprom_tlvinfo.TlvInfoDecoder):
def __init__(self, name, path, cpld_root, ro):
self.eeprom_path = "/sys/bus/i2c/devices/1-0057/eeprom"
super(board, self).__init__(self.eeprom_path, 0, '', True)

Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
SAI_INIT_CONFIG_FILE=/etc/bcm/th-as7712-32x100G.config.bcm

Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
SAI_INIT_CONFIG_FILE=/etc/bcm/th-as7716-32x100G.config.bcm

Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,3 @@ def __init__(self):
led_sysfs_path = self.LED_SYSFS_PATH_NO_BREAKOUT.format(qsfp_index)
with open(led_sysfs_path, 'w') as led_file:
led_file.write("%d" % self.LED_COLOR_OFF)

Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,3 @@ def __init__(self):
led_sysfs_path = self.LED_SYSFS_PATH_NO_BREAKOUT.format(qsfp_index + self.LED_QSFP_OFFSET)
with open(led_sysfs_path, 'w') as led_file:
led_file.write("%d" % self.LED_COLOR_OFF)

1 change: 0 additions & 1 deletion device/arista/x86_64-arista_7050_qx32s/sensors.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ chip "pmbus-i2c-5-58"
label temp1 "Power supply 2 hotspot sensor"
label temp2 "Power supply 2 inlet temp sensor"
label temp3 "Power supply 2 sensor"

1 change: 0 additions & 1 deletion device/arista/x86_64-arista_7060_cx32s/sensors.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ chip "pmbus-i2c-5-58"
label temp1 "Power supply 2 hotspot sensor"
label temp2 "Power supply 2 inlet temp sensor"
label temp3 "Power supply 2 sensor"

1 change: 0 additions & 1 deletion device/dell/x86_64-dell_z9100_c2538-r0/plugins/eeprom.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ class board(eeprom_tlvinfo.TlvInfoDecoder):
def __init__(self, name, path, cpld_root, ro):
self.eeprom_path = "/sys/class/i2c-adapter/i2c-2/2-0050/eeprom"
super(board, self).__init__(self.eeprom_path, 0, '', True)

1 change: 0 additions & 1 deletion device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/fancontrol
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ MINTEMP=hwmon2/device/pwm2=20 hwmon2/device/pwm1=20
MAXTEMP=hwmon2/device/pwm2=60 hwmon2/device/pwm1=60
MINSTART=hwmon2/device/pwm2=75 hwmon2/device/pwm1=75
MINSTOP=hwmon2/device/pwm2=22 hwmon2/device/pwm1=22

Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ class board(eeprom_tlvinfo.TlvInfoDecoder):
def __init__(self, name, path, cpld_root, ro):
self.eeprom_path = "/sys/class/i2c-adapter/i2c-17/17-0054/eeprom"
super(board, self).__init__(self.eeprom_path, 0, '', True)

1 change: 0 additions & 1 deletion device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/fancontrol
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ MINTEMP=hwmon2/device/pwm1=20 hwmon2/device/pwm2=20
MAXTEMP=hwmon2/device/pwm1=60 hwmon2/device/pwm2=60
MINSTART=hwmon2/device/pwm1=150 hwmon2/device/pwm2=150
MINSTOP=hwmon2/device/pwm1=0 hwmon2/device/pwm2=0

Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ class board(eeprom_tlvinfo.TlvInfoDecoder):
def __init__(self, name, path, cpld_root, ro):
self.eeprom_path = "/sys/class/i2c-adapter/i2c-7/7-0054/eeprom"
super(board, self).__init__(self.eeprom_path, 0, '', True)

1 change: 0 additions & 1 deletion device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/sensors.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ chip "tmp75-i2c-*-49"
label temp1 "FAN Temp2"
set temp1_max 50
set temp1_crit 70

1 change: 0 additions & 1 deletion device/ingrasys/x86_64-ingrasys_s9100-r0/fancontrol
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ MINTEMP=hwmon2/device/pwm2=20 hwmon2/device/pwm1=20
MAXTEMP=hwmon2/device/pwm2=60 hwmon2/device/pwm1=60
MINSTART=hwmon2/device/pwm2=75 hwmon2/device/pwm1=75
MINSTOP=hwmon2/device/pwm2=22 hwmon2/device/pwm1=22

1 change: 0 additions & 1 deletion device/mellanox/x86_64-mlnx_msn2100-r0/plugins/eeprom.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ class board(eeprom_tlvinfo.TlvInfoDecoder):
def __init__(self, name, path, cpld_root, ro):
self.eeprom_path = "/bsp/eeprom/sys_eeprom"
super(board, self).__init__(self.eeprom_path, 0, '', True)

1 change: 0 additions & 1 deletion device/mellanox/x86_64-mlnx_msn2410-r0/plugins/eeprom.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ class board(eeprom_tlvinfo.TlvInfoDecoder):
def __init__(self, name, path, cpld_root, ro):
self.eeprom_path = "/bsp/eeprom/sys_eeprom"
super(board, self).__init__(self.eeprom_path, 0, '', True)

1 change: 0 additions & 1 deletion device/mellanox/x86_64-mlnx_msn2700-r0/plugins/eeprom.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ class board(eeprom_tlvinfo.TlvInfoDecoder):
def __init__(self, name, path, cpld_root, ro):
self.eeprom_path = "/bsp/eeprom/sys_eeprom"
super(board, self).__init__(self.eeprom_path, 0, '', True)

1 change: 0 additions & 1 deletion device/mellanox/x86_64-mlnx_msn2740-r0/plugins/eeprom.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ class board(eeprom_tlvinfo.TlvInfoDecoder):
def __init__(self, name, path, cpld_root, ro):
self.eeprom_path = "/bsp/eeprom/sys_eeprom"
super(board, self).__init__(self.eeprom_path, 0, '', True)

1 change: 0 additions & 1 deletion dockers/docker-base/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@ RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y
RUN rm -rf /var/lib/apt/lists/*

RUN rm -rf /tmp/*

1 change: 0 additions & 1 deletion dockers/docker-base/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

1 change: 0 additions & 1 deletion dockers/docker-base/etc/rsyslog.conf
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@ $IncludeConfig /etc/rsyslog.d/*.conf
###############
#### RULES ####
###############

1 change: 0 additions & 1 deletion dockers/docker-basic_router/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ COPY ["start.sh", "/usr/bin/"]
COPY ["supervisord.conf", "/etc/supervisor/conf.d/"]

ENTRYPOINT ["/usr/bin/supervisord"]

1 change: 0 additions & 1 deletion dockers/docker-basic_router/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
rm -f /var/run/rsyslogd.pid

supervisorctl start rsyslogd

1 change: 0 additions & 1 deletion dockers/docker-basic_router/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

1 change: 0 additions & 1 deletion dockers/docker-database/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ RUN sed -ri 's/^(save .*$)/# \1/g;
COPY ["supervisord.conf", "/etc/supervisor/conf.d/"]

ENTRYPOINT ["/usr/bin/supervisord"]

1 change: 0 additions & 1 deletion dockers/docker-database/base_image_files/redis-cli
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash

docker exec -it database redis-cli "$@"

1 change: 0 additions & 1 deletion dockers/docker-database/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ autostart=true
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

1 change: 0 additions & 1 deletion dockers/docker-dhcp-relay/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ COPY ["supervisord.conf", "/etc/supervisor/conf.d/"]
COPY ["isc-dhcp-relay.j2", "/usr/share/sonic/templates/"]

ENTRYPOINT ["/usr/bin/supervisord"]

1 change: 0 additions & 1 deletion dockers/docker-dhcp-relay/isc-dhcp-relay.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ INTERFACES="

# '-a' option provides option 82 circuit_id and remote_id information
OPTIONS="-a %h:%p %P"

1 change: 0 additions & 1 deletion dockers/docker-dhcp-relay/isc-dhcp-relay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ if test "$INTERFACES" != ""; then
fi

exec /usr/sbin/dhcrelay -d -q ${OPTIONS} ${IFCMD} ${SERVERS}

1 change: 0 additions & 1 deletion dockers/docker-dhcp-relay/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ done

# Start the DHCP relay
supervisorctl start isc-dhcp-relay

1 change: 0 additions & 1 deletion dockers/docker-dhcp-relay/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

1 change: 0 additions & 1 deletion dockers/docker-fpm-frr/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ chmod 0755 /usr/sbin/bgp-unisolate

mkdir -p /var/sonic
echo "# Config files managed by sonic-config-engine" >/var/sonic/config_status

1 change: 0 additions & 1 deletion dockers/docker-fpm-gobgp/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ COPY ["*.j2", "/usr/share/sonic/templates/"]
COPY ["daemons", "/etc/quagga/"]

ENTRYPOINT ["/usr/bin/supervisord"]

1 change: 0 additions & 1 deletion dockers/docker-fpm-gobgp/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ supervisorctl start rsyslogd
service quagga start

supervisorctl start fpmsyncd

1 change: 0 additions & 1 deletion dockers/docker-fpm-gobgp/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

1 change: 0 additions & 1 deletion dockers/docker-fpm-quagga/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ COPY ["*.j2", "/usr/share/sonic/templates/"]
COPY ["daemons", "/etc/quagga/"]

ENTRYPOINT ["/usr/bin/supervisord"]

1 change: 0 additions & 1 deletion dockers/docker-fpm-quagga/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ supervisorctl start rsyslogd
service quagga start

supervisorctl start fpmsyncd

1 change: 0 additions & 1 deletion dockers/docker-fpm-quagga/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

1 change: 0 additions & 1 deletion dockers/docker-lldp-sv2/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ COPY ["lldpd.conf.j2", "/usr/share/sonic/templates/"]
COPY ["lldpd", "/etc/default/"]

ENTRYPOINT ["/usr/bin/supervisord"]

1 change: 0 additions & 1 deletion dockers/docker-lldp-sv2/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ supervisorctl start rsyslogd
supervisorctl start lldpd
supervisorctl start lldpd-conf-reload
supervisorctl start lldp-syncd

1 change: 0 additions & 1 deletion dockers/docker-lldp-sv2/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

1 change: 0 additions & 1 deletion dockers/docker-orchagent/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ COPY ["ipinip.json.j2", "/usr/share/sonic/templates/"]
COPY ["mirror.json.j2", "/usr/share/sonic/templates/"]

ENTRYPOINT ["/usr/bin/supervisord"]

1 change: 0 additions & 1 deletion dockers/docker-orchagent/orchagent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ elif [ "$ASIC" == "cavium" ]; then
fi

exec /usr/bin/orchagent ${ORCHAGENT_ARGS}

1 change: 0 additions & 1 deletion dockers/docker-orchagent/swssconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ for file in $SWSSCONFIG_ARGS; do
done

config_acl

1 change: 0 additions & 1 deletion dockers/docker-platform-monitor/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@ COPY ["start.sh", "lm-sensors.sh", "/usr/bin/"]
COPY ["supervisord.conf", "/etc/supervisor/conf.d/"]

ENTRYPOINT ["/usr/bin/supervisord"]

1 change: 0 additions & 1 deletion dockers/docker-platform-monitor/lm-sensors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
# Currently, there is no way to run sensord in the foreground, so we
# can't use supervisord. Instead, we just start the service for now.
service sensord start

1 change: 0 additions & 1 deletion dockers/docker-platform-monitor/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ if [ -e /usr/share/sonic/platform/fancontrol ]; then
fi

supervisorctl start ledd

1 change: 0 additions & 1 deletion dockers/docker-platform-monitor/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ priority=5
autostart=false
stdout_logfile=syslog
stderr_logfile=syslog

1 change: 0 additions & 1 deletion dockers/docker-saiserver-brcm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ COPY ["profile.ini", "portmap.ini", "/etc/sai/"]
RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y; rm -rf /deps

ENTRYPOINT ["/usr/bin/supervisord"]

1 change: 0 additions & 1 deletion dockers/docker-saiserver-brcm/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ supervisorctl start rsyslogd
start_bcm

supervisorctl start saiserver

1 change: 0 additions & 1 deletion dockers/docker-saiserver-brcm/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

1 change: 0 additions & 1 deletion dockers/docker-saiserver-cavm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y
RUN rm -rf deps

ENTRYPOINT ["/usr/bin/supervisord"]

1 change: 0 additions & 1 deletion dockers/docker-saiserver-cavm/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ rm -f /var/run/rsyslogd.pid
supervisorctl start rsyslogd

supervisorctl start saiserver

1 change: 0 additions & 1 deletion dockers/docker-saiserver-cavm/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

1 change: 0 additions & 1 deletion dockers/docker-saiserver-mlnx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y
RUN rm -rf /deps

ENTRYPOINT ["/usr/bin/supervisord"]

1 change: 0 additions & 1 deletion dockers/docker-saiserver-mlnx/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ supervisorctl start rsyslogd
start_mlnx

supervisorctl start saiserver

1 change: 0 additions & 1 deletion dockers/docker-saiserver-mlnx/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

1 change: 0 additions & 1 deletion dockers/docker-snmp-sv2/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ COPY ["*.j2", "/usr/share/sonic/templates/"]
EXPOSE 161/udp 162/udp

ENTRYPOINT ["/usr/bin/supervisord"]

1 change: 0 additions & 1 deletion dockers/docker-snmp-sv2/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ rm -f /var/run/rsyslogd.pid
supervisorctl start rsyslogd
supervisorctl start snmpd
supervisorctl start snmp-subagent

1 change: 0 additions & 1 deletion dockers/docker-snmp-sv2/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

1 change: 0 additions & 1 deletion dockers/docker-teamd/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y
RUN rm -rf /debs

ENTRYPOINT ["/usr/bin/supervisord"]

1 change: 0 additions & 1 deletion dockers/docker-teamd/base_image_files/teamdctl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash

docker exec -i teamd teamdctl "$@"

1 change: 0 additions & 1 deletion dockers/docker-teamd/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ rm -f /var/run/rsyslogd.pid
supervisorctl start rsyslogd

supervisorctl start teamd

1 change: 0 additions & 1 deletion dockers/docker-teamd/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

1 change: 0 additions & 1 deletion dockers/docker-teamd/teamd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ while true; do
fi
sleep 1
done

1 change: 0 additions & 1 deletion files/build_templates/docker_image_ctl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ case "$1" in
exit 1
;;
esac

1 change: 0 additions & 1 deletion files/build_templates/sonic_debian_extension.j2
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,3 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get autor
sudo cp {{src}} $FILESYSTEM_ROOT/{{dst}}
{% endif -%}
{% endfor -%}

1 change: 0 additions & 1 deletion files/dhcp/dhclient.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ request subnet-mask, broadcast-address, time-offset, routers,
dhcp6.name-servers, dhcp6.domain-search, interface-mtu,
rfc3442-classless-static-routes, ntp-servers,
snmp-community, minigraph-url, acl-url;

1 change: 0 additions & 1 deletion files/dhcp/sethostname
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ case $reason in
fi
;;
esac

2 changes: 0 additions & 2 deletions files/image_config/bash/bash.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,3 @@ if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-no
fi
}
fi


1 change: 0 additions & 1 deletion files/image_config/cron.d/logrotate
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Attempt to rotate system logs once per minute
* * * * * root /usr/sbin/logrotate /etc/logrotate.d/rsyslog

1 change: 0 additions & 1 deletion files/image_config/interfaces/init_interfaces
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ iface lo inet loopback
# The management network interface
auto eth0
iface eth0 inet dhcp

1 change: 0 additions & 1 deletion files/image_config/interfaces/interfaces-config.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ ExecStart=/usr/bin/interfaces-config.sh

[Install]
WantedBy=multi-user.target

1 change: 0 additions & 1 deletion files/image_config/logrotate.d/rsyslog
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,3 @@
kill -HUP $(cat /var/run/rsyslogd.pid)
endscript
}

1 change: 0 additions & 1 deletion files/image_config/ntp/ntp-config.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ ExecStart=/usr/bin/ntp-config.sh

[Install]
WantedBy=multi-user.target

1 change: 0 additions & 1 deletion files/image_config/rsyslog/rsyslog-config.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ ExecStart=/usr/bin/rsyslog-config.sh

[Install]
WantedBy=multi-user.target

1 change: 0 additions & 1 deletion files/image_config/rsyslog/rsyslog.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,3 @@ $IncludeConfig /etc/rsyslog.d/*.conf
###############
#### RULES ####
###############

1 change: 0 additions & 1 deletion files/image_config/rsyslog/rsyslog.d/00-sonic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ if $programname contains "teamd_" then {
/var/log/teamd.log
stop
}

1 change: 0 additions & 1 deletion files/image_config/rsyslog/rsyslog.d/99-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,3 @@ daemon.*;mail.*;\
news.err;\
*.=debug;*.=info;\
*.=notice;*.=warn |/dev/xconsole

1 change: 0 additions & 1 deletion files/image_config/snmp/snmp.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
snmp_rocommunity: public
snmp_location: public

Loading