===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
user-mode-linux-doc-20060501/UserModeLinux-HOWTO-13.html-41-/usr/src/linux.  If you do this, the first thing you need to do is
user-mode-linux-doc-20060501/UserModeLinux-HOWTO-13.html:42:clean up the mess you made.  The /usr/src/linux/asm link will now
user-mode-linux-doc-20060501/UserModeLinux-HOWTO-13.html-43-point to /usr/src/linux/asm-um.  Make it point back to
##############################################
user-mode-linux-doc-20060501/UserModeLinux-HOWTO-13.html-90-<P>This happens when you build in /usr/src/linux.  The UML build makes
user-mode-linux-doc-20060501/UserModeLinux-HOWTO-13.html:91:the include/asm link point to include/asm-um.  /usr/include/asm points
user-mode-linux-doc-20060501/UserModeLinux-HOWTO-13.html-92-to /usr/src/linux/include/asm, so when that link gets moved, files
user-mode-linux-doc-20060501/UserModeLinux-HOWTO-13.html-93-which need to include the asm-i386 versions of headers get the
user-mode-linux-doc-20060501/UserModeLinux-HOWTO-13.html:94:incompatible asm-um versions.  The fix is to move the include/asm link
user-mode-linux-doc-20060501/UserModeLinux-HOWTO-13.html-95-back to include/asm-i386 and to do UML builds someplace else.</P>
##############################################
user-mode-linux-doc-20060501/UserModeLinux-HOWTO-2.html-284- 
user-mode-linux-doc-20060501/UserModeLinux-HOWTO-2.html:285:CFLAGS=`cd uml-tree ; make script 'SCRIPT=@echo $(CFLAGS)' ARCH=um`
user-mode-linux-doc-20060501/UserModeLinux-HOWTO-2.html-286-</PRE>
##############################################
user-mode-linux-doc-20060501/UserModeLinux-HOWTO-7.html-150-mtime=whatever UML says mtime should be ; \
user-mode-linux-doc-20060501/UserModeLinux-HOWTO-7.html:151:touch --date=&quot;`date -d 1970-01-01\ UTC\ $mtime\ seconds`&quot; backing file
user-mode-linux-doc-20060501/UserModeLinux-HOWTO-7.html-152-</PRE>
##############################################
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt-364-  Make sure that you don't build this kernel in /usr/src/linux.  On some
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt:365:  distributions, /usr/include/asm is a link into this pool.  The user-
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt-366-  mode build changes the other end of that link, and things that include
##############################################
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt-529-
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt:530:       CFLAGS=`cd uml-tree ; make script 'SCRIPT=@echo $(CFLAGS)' ARCH=um`
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt-531-
##############################################
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt-1998-       mtime=whatever UML says mtime should be ; \
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt:1999:       touch --date="`date -d 1970-01-01\ UTC\ $mtime\ seconds`" backing file
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt-2000-
##############################################
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt-3817-  /usr/src/linux.  If you do this, the first thing you need to do is
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt:3818:  clean up the mess you made.  The /usr/src/linux/asm link will now
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt-3819-  point to /usr/src/linux/asm-um.  Make it point back to
##############################################
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt-3869-  This happens when you build in /usr/src/linux.  The UML build makes
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt:3870:  the include/asm link point to include/asm-um.  /usr/include/asm points
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt-3871-  to /usr/src/linux/include/asm, so when that link gets moved, files
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt-3872-  which need to include the asm-i386 versions of headers get the
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt:3873:  incompatible asm-um versions.  The fix is to move the include/asm link
user-mode-linux-doc-20060501/UserModeLinux-HOWTO.txt-3874-  back to include/asm-i386 and to do UML builds someplace else.
##############################################
user-mode-linux-doc-20060501/compile.html-464-                <font color="#000000"> 
user-mode-linux-doc-20060501/compile.html:465:CFLAGS=`cd <i>uml-tree</i> ; make script 'SCRIPT=@echo $(CFLAGS)' ARCH=um`
user-mode-linux-doc-20060501/compile.html-466-</font>
##############################################
user-mode-linux-doc-20060501/config.html-236-            remove=&quot;&quot;
user-mode-linux-doc-20060501/config.html:237:            for file in `tar tf $CONFIG_DEV`; do
user-mode-linux-doc-20060501/config.html-238-                if [ -e $file ]
##############################################
user-mode-linux-doc-20060501/diary.html-1193-unexpected way.  It turns out the way I had written them (mostly with
user-mode-linux-doc-20060501/diary.html:1194:each register assignment in a separate asm statement) doesn't
user-mode-linux-doc-20060501/diary.html-1195-guarantee that the registers will stay that way up to the actual
user-mode-linux-doc-20060501/diary.html:1196:system call.  It also turns out that there are are asm idioms for
user-mode-linux-doc-20060501/diary.html-1197-doing this right.
##############################################
user-mode-linux-doc-20060501/diary.html-4146-<p>
user-mode-linux-doc-20060501/diary.html:4147:I got rid of the ugly asm that I used to set up %gs correctly.  There
user-mode-linux-doc-20060501/diary.html-4148-is support in the host patch to copy segments from one address space
##############################################
user-mode-linux-doc-20060501/faq.html-216-/usr/src/linux.  If you do this, the first thing you need to do is
user-mode-linux-doc-20060501/faq.html:217:clean up the mess you made.  The /usr/src/linux/asm link will now
user-mode-linux-doc-20060501/faq.html-218-point to /usr/src/linux/asm-um.  Make it point back to
##############################################
user-mode-linux-doc-20060501/faq.html-285-This happens when you build in /usr/src/linux.  The UML build makes
user-mode-linux-doc-20060501/faq.html:286:the include/asm link point to include/asm-um.  /usr/include/asm points
user-mode-linux-doc-20060501/faq.html-287-to /usr/src/linux/include/asm, so when that link gets moved, files
user-mode-linux-doc-20060501/faq.html-288-which need to include the asm-i386 versions of headers get the
user-mode-linux-doc-20060501/faq.html:289:incompatible asm-um versions.  The fix is to move the include/asm link
user-mode-linux-doc-20060501/faq.html-290-back to include/asm-i386 and to do UML builds someplace else.
##############################################
user-mode-linux-doc-20060501/sdotm.html-348-                <font size="-1">
user-mode-linux-doc-20060501/sdotm.html:349:backup_sblock=`mke2fs -n /dev/ubd/1 | tail -2 | grep , | awk -F, '{print $1}'`
user-mode-linux-doc-20060501/sdotm.html-350-fsck.ext2 -b $backup_sblock /dev/ubd/1
##############################################
user-mode-linux-doc-20060501/shared_fs.html-358-mtime=<i>whatever UML says mtime should be</i> ; \
user-mode-linux-doc-20060501/shared_fs.html:359:touch --date=&quot;`date -d 1970-01-01\ UTC\ $mtime\ seconds`&quot; <i>backing file</i>
user-mode-linux-doc-20060501/shared_fs.html-360-</font>