logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

epminstall - add a directory, file, or symlink to a list file.

Description

epminstall  adds  or  replaces  a  directory,  file,  or symlink in a list file. The default list file is
       "epm.list" and can be overridden using the EPMLIST environment variable or the --list-file option.

       Entries are either added to the end of the list file  or  replaced  in-line.  Comments,  directives,  and
       variable declarations in the list file are preserved.

Name

       epminstall - add a directory, file, or symlink to a list file.

Options

epminstall recognizes the standard Berkeley install command options:

       -b
            Make a backup of existing files (ignored, default for EPM.)

       -c
            BSD old compatibility mode (ignored.)

       -g group
            Set the group owner of the file or directory to group. The default group is "sys".

       -m mode
            Set  the  permissions  of  the  file  or  directory  to  mode.  The default permissions are 0755 for
            directories and executable files and 0644 for non-executable files.

       -o owner
            Set the owner of the file or directory to owner. The default owner is "root".

       -s
            Strip the files (ignored, default for EPM.)

       --list-file filename.list
            Specify the list file to update.

See Also

epm(1) - create software packages
       mkepmlist(1) - make an epm list file from a directory
       epm.list(5) - epm list file format

Synopsis

epminstalloptions file1 file2 ... fileN directory
       epminstalloptions file1 file2
       epminstalloptions -d directory1 directory2 ... directoryN

See Also