git: Some adjustments to the recent dsched removal.
    Sascha Wildner 
    swildner at crater.dragonflybsd.org
       
    Fri Nov 13 13:11:28 PST 2015
    
    
  
commit 54af9d023eef9a6b82b02ae407532a8d026090b9
Author: Sascha Wildner <saw at online.de>
Date:   Fri Nov 13 22:10:50 2015 +0100
    Some adjustments to the recent dsched removal.
    
    * Make 'options DSCHED_FQ' a no-op for now. It used to be in our
      default config, so give people some time to edit their custom
      configs derived from X86_64_GENERIC, like we did for other such
      options. It will be completely removed at a later point in time
      after the release.
    
    * Add a quick note to UPGRADING about this.
    
    * While here, remove associated manual pages and MLINKS too.
Summary of changes:
 Makefile_upgrade.inc    |  22 ++
 UPDATING                |   7 +
 share/man/man4/Makefile |   2 -
 share/man/man4/dsched.4 |  79 --------
 share/man/man9/Makefile |  20 --
 share/man/man9/dsched.9 | 526 ------------------------------------------------
 sys/conf/options        |   1 +
 7 files changed, 30 insertions(+), 627 deletions(-)
 delete mode 100644 share/man/man4/dsched.4
 delete mode 100644 share/man/man9/dsched.9
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/54af9d023eef9a6b82b02ae407532a8d026090b9
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list