Skip to content

Commit

Permalink
Merge pull request #3078 from freenas/NAS-101726
Browse files Browse the repository at this point in the history
NAS-101726 / 11.3 / NAS-101726: TrueNAS PF/failover cleanup
  • Loading branch information
amotin committed May 21, 2019
2 parents 049b8e8 + 4fed6ee commit 879ffa6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion nas_ports/freenas/freenas-files/Makefile
Expand Up @@ -70,7 +70,6 @@ do-install:
${STAGEDIR}/boot/loader.conf \
${STAGEDIR}/boot/loader.rc.local \
${STAGEDIR}/etc/sysctl.conf \
${STAGEDIR}/etc/pf.conf.block \
${STAGEDIR}/etc/motd
.endif
(cd ${STAGEDIR}; ${FIND} . \( -type f -o -type l \) \
Expand Down
5 changes: 0 additions & 5 deletions src/freenas/etc/pf.conf.block

This file was deleted.

1 change: 0 additions & 1 deletion src/middlewared/middlewared/etc_files/rc.conf.py
Expand Up @@ -345,7 +345,6 @@ def truenas_config(middleware, context):
yield 'failover_enable="NO"'
else:
yield 'failover_enable="YES"'
yield 'pf_enable="YES"'


def tunable_config(middleware, context):
Expand Down

0 comments on commit 879ffa6

Please sign in to comment.