Skip to content

Commit fe2cb34

Browse files
committed
rsyslog is now listed as an optional package in entire
1 parent d38e7a6 commit fe2cb34

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build/build_zfs_send

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ while read p v; do
9292
done < <(pkg -R $MP contents -H -a type=optional \
9393
-o fmri,variant.opensolaris.zone $entire_fmri)
9494

95-
# Install system/rsyslog - it is the default log daemon from r151035
96-
optlist+=(system/rsyslog)
97-
9895
pkg -R $MP install ${optlist[*]} || fail "install optional entire"
9996

10097
if [ -n "$PROFILE" ]; then

0 commit comments

Comments
 (0)