Skip to content
Snippets Groups Projects
scandir@ 653 B
Newer Older
  • Learn to ignore specific revisions
  • Eric Vidal's avatar
    Eric Vidal committed
    [main]
    @type = module
    
    @version = %%VERSION%
    
    Eric Vidal's avatar
    Eric Vidal committed
    @description = "Create a nested scandir for @I"
    @user = ( root )
    
    Eric Vidal's avatar
    Eric Vidal committed
    @intree = session
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    [regex]
    @configure="@I"
    @files = ( @M=@I )
    
    Eric Vidal's avatar
    Eric Vidal committed
    @infiles = (
    
    ::%%version%%=%%VERSION% )
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    [environment]
    ## Run the scandir at LIVE_DIRECTORY.
    ## Need to be an absolute path.
    
    ## If commented the default is %%LIVEDIR%%
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    
    #LIVE_DIRECTORY=%%LIVEDIR%%
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    ## Create an associated logger [yes|no]
    
    
    %%LOGGER%%
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    ## Launch the scandir with a environment [yes|no].
    
    ## The environment directory is: $HOME/%%USER_CONF_DIR%%/svscan@@I
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    
    %%USE_ENVIRONMENT%%
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    ## Use notification [yes|no]
    
    
    %%NOTIFY%%
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    
    Eric Vidal's avatar
    Eric Vidal committed
    ## Level of verbosity [0-5]
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    
    %%VERBOSITY_LEVEL%%