Adrien Guichard <[EMAIL PROTECTED]> writes:
> Now there are some stranges files under the /dev directory (such as
> "adbmouse;3d5e6c81"), can I delete them ?
short explanation: yes
longer one:
rpm doesn't just do a "rpm2cpio | cpio -id"; this little bastard
extract all files in temp files such as /dev/toto =>
/dev/toto;54d4af6, and rename them all after all files've been
extracted; thus he can roll back if the cpio is corrupted.
this is why the new rpm will install faster ...
> Is it safe to turn off all services, to unload all modules, and
> after to do a "#\rm *" under the /dev directory ?
why do you want to remove all /dev/ entries