Re: FSTAB usage in quotacheck

2014-07-22 Thread Jérémie Courrèges-Anglas
Martin Natano writes: > FSTAB has been deprecated in favor of _PATH_FSTAB in 4.4BSD. It's time > to let go of it. Below the diff I committed to Bitrig. > > cheers, > natano Committed, thanks. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: FSTAB usage in quotacheck

2014-07-22 Thread Jérémie Courrèges-Anglas
Martin Natano writes: > FSTAB has been deprecated in favor of _PATH_FSTAB in 4.4BSD. It's time > to let go of it. Below the diff I committed to Bitrig. Make sense and looks innocuous to me, I'll commit it tomorrow unless I hear objections. Thanks, > cheers, > natano > > > Replace deprecated FS

FSTAB usage in quotacheck

2014-07-06 Thread Martin Natano
FSTAB has been deprecated in favor of _PATH_FSTAB in 4.4BSD. It's time to let go of it. Below the diff I committed to Bitrig. cheers, natano Replace deprecated FSTAB with _PATH_FSTAB; no binary change. ok oga@ diff --git a/sbin/quotacheck/quotacheck.c b/sbin/quotacheck/quotacheck.c index a74e7