Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
mkepmlist(1)			 Michael R Sweet		    mkepmlist(1)

NAME
     mkepmlist - make an epm list file from a directory.

SYNOPSIS
     mkepmlist	[  -g group ] [ -u user ] [ --prefix directory ] directory [ ...
     directory ]

DESCRIPTION
     mkepmlist (1) recursively generates file list entries for files, links, and
     directories.  The file list is send to the standard output.

OPTIONS
     mkepmlist supports the following options:

     -g group
	  Overrides the group ownership of the files in the  specified	directo-
	  ries with the specified group name.

     -u user
	  Overrides the user ownership of the files in the specified directories
	  with the specified user name.

     --prefix directory
	  Adds the specified directory to the destination path.  For example, if
	  you  installed  files to "/opt/foo" and wanted to build a distribution
	  that installed the files in "/usr/local", the following command  would
	  generate a file list that is installed in "/usr/local":
	       mkepmlist --prefix=/usr/local /opt/foo >foo.list

SEE ALSO
     epm(1), epminstall(1), epm.list(5).

COPYRIGHT
     Copyright (C) 1999-2020 by Michael R Sweet, All Rights Reserved.

     This program is free software; you can redistribute it and/or modify it un-
     der  the  terms  of the GNU General Public License as published by the Free
     Software Foundation; either version 2, or (at your option) any  later  ver-
     sion.

     This program is distributed in the hope that it will be useful, but WITHOUT
     ANY  WARRANTY; without even the implied warranty of MERCHANTABILITY or FIT-
     NESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
     details.

March 11, 2020		       ESP Package Manager		    mkepmlist(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mkepmlist&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help