9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front-bugs] Re: encrypted hjfs support
@ 2018-02-13  0:57 sl
  0 siblings, 0 replies; only message in thread
From: sl @ 2018-02-13  0:57 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 48 bytes --]

See attached.

Are these changes acceptable?

sl

[-- Attachment #2: Type: message/rfc822, Size: 1639 bytes --]

From: bugs.9front.org@9front.org
To: 9front-bugs@9front.org
Subject: [9front-bugs] Re: encrypted hjfs support
Date: Wed, 7 Feb 2018 07:46:50 -0500
Message-ID: <5CDA3CFF93E838B0815F434DD9594981@mars2.inri.net>

/n/bugs/open/re_encrypted_hjfs_support
http://bugs.9front.org/open/re_encrypted_hjfs_support/readme

mykhal@mykhal.net

formatted hopefully correctly, for convenience:

patch1:

    /bin/inst/mounthjfs.ooo:10,16 - /bin/inst/mounthjfs:10,16
            echo Please choose your $fstype partition
            echo
    
    -       files=(`{ls /dev/sd*/fs* >[2]/dev/null})
    +       files=(`{ls /dev/sd*/fs* /dev/fs/fs* >[2]/dev/null})
            if(! ~ $#files 0)
                    ls -l $files
            echo

patch2:

    /bin/fstype.ooo:14,26 - /bin/fstype:14,25
            echo dos
            exit
      }
    - m=`{dd -if $1 -bs 4 -count 1 >[2]/dev/null | xd | sed 's,0000000  ,,;q'}
      m=`{dd -if $1 -count 1 >[2]/dev/null | xd | sed 's,0000000  ,,;q;'}
    - if(~ $"m 529ab12b){
    + if(~ $"m 529ab12b*){
            echo paqfs
            exit
      }
    - if(~ $"m 011ce50d){
    + if(~ $"m 011ce50d*){
            echo hjfs
            exit
      }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-13  0:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-13  0:57 [9front-bugs] Re: encrypted hjfs support sl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).