Date: Mon, 16 May 2005 15:08:02 +0200 (CEST) From: Svein Halvor Halvorsen <svein-freebsd-questions@theloosingend.net> To: Per Berger <freebsd@stortsett.se> Cc: freebsd-questions@freebsd.org Subject: Re: Remove /usr/X11R6 after deinstall? Message-ID: <20050516150142.J42770@maren.thelosingend.net> In-Reply-To: <31232.131.116.254.199.1116245218.squirrel@www.susie.mine.nu> References: <31232.131.116.254.199.1116245218.squirrel@www.susie.mine.nu>
next in thread | previous in thread | raw e-mail | index | archive | help
* Per Berger [2005-05-16 14:06 +0200] > Since I have deinstalled all X-related stuff incl. xorg from my machine > (don't need it anymore), can I remove the /usr/X11R6 dir structure? It's > empty, I've checked, only dirs, no files... Or, to put it another way, is > the dir structure there default, i.e. if you do not install X when you > install the OS? No, you could safely remove the empty /usr/X11R6 directory. To see if all the directories that came with the distribution is there, check the mount point against the mtree files in /etc/mtree, eg.: mtree -f /etc/mtree/BSD.usr.dist -p /usr -e ...will show all the directories that exists in the mtree file, but are missing in the directory tree, ie. what dirs are missing. See mtree(8) for more info
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050516150142.J42770>