mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
14 lines
484 B
Text
14 lines
484 B
Text
|
|
#------------------------------------------------------------------------------
|
|
# $File: psdbms,v 1.7 2016/01/08 00:41:02 christos Exp $
|
|
# psdbms: file(1) magic for psdatabase
|
|
#
|
|
# Update: Joerg Jenderek
|
|
# GRR: line below too general as it catches also some Panorama database *.pan ,
|
|
# AppleWorks word processor
|
|
0 belong&0xff00ffff 0x56000000
|
|
# assume version starts with digit
|
|
>1 regex/s =^[0-9] ps database
|
|
>>1 string >\0 version %s
|
|
# kernel name
|
|
>>4 string >\0 from kernel %s
|