## Carmel NY (carmel...@outlook.com): > 1) Why is the "update" procedure deliberately removed from the port?
The svn history does mention it: https://svnweb.freebsd.org/ports?view=revision&revision=527607 "Remove drivedb update binary as it will modify tracked files" A port has no business modifying itself once installed - if installed files have to be updated at runtime, these files should live in /var/db/. An acceptable solution in this case would be moving that drive db to /var/db/smartmontools/ (or similar). When I start thinking about that... perhaps the original (shipped) drive db should be kept as a fallback, in case the user did not download (or delete) the updateable drive db: I haven't seen any complaints about missing drive db updates until now, which makes me suspect that for most people (me included) the shipped drive db is "good enough" and few people ever tried to update the drive db at all. Regards, Christoph -- Spare Space _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"